On 31-May-22 4:32 PM, Paul Newton wrote:
Hi all
I hope the following might be useful (I apologise if this is "old hat" for some of you). I wanted to create C:\Folder1\Folder2 when Folder1 does not exist.
It is possible to do this using MKDIR but the created folders are in lowercase.
You cannot do this with the CreateDirectory API, nor with Scripting.FileSystemObject.
....
MKDIR "C:\Temp\XyZ"