mkvidyashankar Active Member Licensed User Longtime User Mar 28, 2012 #1 How to get the list of subdirectories in a directory ?
Erel B4X founder Staff member Licensed User Longtime User Mar 28, 2012 #2 You should call File.ListFiles to list all files and subdirectories. You can then check each item with File.IsDirectory. Upvote 0
You should call File.ListFiles to list all files and subdirectories. You can then check each item with File.IsDirectory.