Note: This is an archived post that was originally sent to the Hollywood mailing list on 21 Jun 2007 21:33:58 +0200
Hi all, another one for you....
Can anyone point me in the right direction on how to create a directory tree listing, like the ones MUI uses ? Or similar.
Thanks,
Martin
[21 Jun 2007] Creating a directory list
[22 Jun 2007] Re: Creating a directory list
Note: This is an archived post that was originally sent to the Hollywood mailing list on Fri, 22 Jun 2007 08:33:38 +0200
check the dosfunctions
e.g. CreateDirectory()
a listview might be possible with ReadDirectory() and some more work with your script...
check the dosfunctions
e.g. CreateDirectory()
a listview might be possible with ReadDirectory() and some more work with your script...