Oliver2003
Technical User
Is it possible to create multiple new folders using a single path,
e.g.
StrNewFolders = "C:\Folder1\Folder2\Folder2" etc
non of the folders exists and I would like to create them using the string above,
I have tried using the mkdir function but can only get this to create one folder at a time e.g. c:\Folder1
??
e.g.
StrNewFolders = "C:\Folder1\Folder2\Folder2" etc
non of the folders exists and I would like to create them using the string above,
I have tried using the mkdir function but can only get this to create one folder at a time e.g. c:\Folder1
??