Solved
Forum Discussion
- HKosova
Alumni
Hi Dev,
You can use aqFileSystem.GetFolderInfo(path).SubFolders to access a folder's subfolders. Check the example in the Subfolders Property help topic - it does exactly what you need.
Hi All,
I just want to get all the sub folder names which is inside a give folder, dont know how to do it?
..................
Thanks
Dev
Hi Dev,
You can use aqFileSystem.GetFolderInfo(path).SubFolders to access a folder's subfolders. Check the example in the Subfolders Property help topic - it does exactly what you need.
Hi Dev,
You can use aqFileSystem.GetFolderInfo(path).SubFolders to access a folder's subfolders. Check the example in the Subfolders Property help topic - it does exactly what you need.