I would like to browse the directories on my PC (hard disk C: and D . A directory is to be selected, which is then stored as a working directory in my program.
Is there a library or does someone have a small program?
Dim dirs() as string = array as string("C:/","D:/","E:/")
For each d as string in dirs
If file.exists(d,"") and file.isdirectory(d,"") then
Log(d & " is usable")
End if
Next
No, I mean a listing in a ListView. There I can switch to subdirectories and select a directory, which is then selected as a working directory. So a dialog box.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.