Has anyone had success w/the new command MAKE DIRECTORY which gives you the ability to create filesystem directories?
I am using the following syntax:
MAKE DIRECTORY 'C:\SalesCRMDocs\'+'MyTest'
I get this error: Internal error. Unable to create directory C:\SalesCRMDocs\MyTest
After doing additional testing it looks like it won't create all of the directories at once. So, I would need to do the following:
MAKE DIRECTORY 'C:\SalesCRMDocs'
MAKE DIRECOTRY 'C:\SalesCRMDocs\MyTest'
A bit of a pain.