How to create a directory if it can already exists?
Posted by Piero on December 12, 2001 9:43 AM
I need to know how to create a directory only if this directory does not already exists. I know that I can use the visual basic command "mkdir", but i cannot control the existence of the directory itself with the "chdir" command...if the dir doesn't exist the chdir gives an error that I connat manage!
What are the possible solution?
Thanks and bye!