Description
Create a subdirectory/folder.
Syntax
n = DIR_MakeAll(Path)
Returns
Number.
Parameters
Name |
Type |
Optional |
Meaning |
Path |
String |
No |
Full path. |
Remarks
If any folder in the specified Path doesn't exist, it will be created. This is the difference from Dir_Make, which generates error in such a situation.
Restrictions
See also
Examples