I am new to VB and I would like an easy and efficient way to check if a folder exists in a directory and if not then to create a new one without the user being prompted. Any help would be greatly appreciated. Thank you.
You can use the DIR function to find out if it exists, then just use mkdir to add the folder. MSDN can tell you the specifics of both of these functions.
Dragnut
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.