[21 Jun 2007] Creating a directory list

Contains all messages from the Hollywood mailing list between 01/2006 and 08/2012
Locked
Metalheart

[21 Jun 2007] Creating a directory list

Post 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
GMKai
Posts: 158
Joined: Mon Feb 15, 2010 10:58 am

[22 Jun 2007] Re: Creating a directory list

Post 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...
Locked