I found this via Google which explains the error I have -
Right - so is there another command that will create all of Path where needed?
Thanks
If path is a complex directory structure, the high-level directories must already exist or the MkDir statement will raise an error. For example, if you executed the following code:
MkDir "c:\Test\Access" The c:\Test directory must already exist. The MkDir statement will only attempt to create the Access directory under the c:\Test directory. It will not create the c:\Test directory itself.
Right - so is there another command that will create all of Path where needed?
Thanks