Is there a way to get a list of local directories (server side). I'm trying to automatically detect a set of folders, and get each folder's name, and put it into a list.
|
You can also use a DLL (On Windows, obviously) which gives you all the folders.
|
In response to Blastcore
|
|
Yes you can, although a batch script is simple you don't need to buy or download any software to compile it, all you need is notepad and some common sense :)
|
flist does this. You would filter out whether an entry is a directory with copytext(entry,-1)=="/"
|
In response to Murrawhip
|
|
I can't believe I forgot that ..., I did search the reference for folder not dir or path :(
|
The server would have to be in trusted mode for this.