Page 1 of 1

[21 Jun 2007] Creating a directory list

Posted: Sat Jun 13, 2020 5:31 pm
by Metalheart
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

[22 Jun 2007] Re: Creating a directory list

Posted: Sat Jun 13, 2020 5:31 pm
by GMKai
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...