Hi All,
I'm having a problem with this one. This is my directory tree:
MAIN FOLDER
-Second Folder
-Third Folder
-2012011 (folder)
-INVALID (folder)
My input path in FolderBrowse is MAIN FOLDER. Now I used the code:
MsgBox(IO.Directory.GetDirectories(myFolder, SearchOption.AllDirectories)(0).ToString)
It throws an error. I just want to process the 2012011 folder. What should be my code? Thanks.