MAKEFOLDER

Makes a folder for files.

Syntax:

MAKEFOLDER "C:\TEMP\TEST_FOLDER" 
MAKEFOLDER path$
 

Discussion:

The new folder will be created. If the folder already exists the keyword is ignored. If the path is invalid, an error message is issued and the macro execution will be terminated.

Next: