Hi,
How can I get a list of the of all the files in a folder, including subfolders. Ideally, there would be a list of files, one file per line, with the files name and then a comma, then its location.
Is this possible?
Thanks,
Andrew
Listing all the files in all subfolders
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
-
- VIP Livecode Opensource Backer
- Posts: 184
- Joined: Wed Apr 10, 2013 5:09 pm
Re: Listing all the files in all subfolders
Hi Andrew,
useful example on Ken Ray's site; will be a good basis for what you want...
http://www.sonsothunder.com/devres/live ... ile007.htm
cheers
Paul
useful example on Ken Ray's site; will be a good basis for what you want...
http://www.sonsothunder.com/devres/live ... ile007.htm
cheers
Paul
-
- VIP Livecode Opensource Backer
- Posts: 184
- Joined: Wed Apr 10, 2013 5:09 pm
Re: Listing all the files in all subfolders
Thanks Paul!