Hi
can anyone tell me the syntax to create a new directry on my c drive.
I've tried Dim di
Set di=Directory.CreateDirectory("C:\mydir")
and i get an error...
Object Required: 'Directory'
Hi, i'm new to this game and am trying to create directories in a script... i used the code below but it dont work....any ideas ??
' Try to create the directory.
Dim di 'As DirectoryInfo = Directory.CreateDirectory("C:\mydir")
cheers chris
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.