MakeDir - ObjectVision/GeoDMS GitHub Wiki
File, Folder and Read functions MakeDir(ectory)
- MakeDir(target_foldername)
MakeDir(target_foldername) creates a new folder target_foldername, if it does not yet exists.
In the GeoDMS use forward slashes(/) in path names in stead of backward slashes.
data item or literal target_foldername with string value type
parameter<string> MakeDir := MakeDir('c:/tmp');
result: updating this parameter creates a new folder: c:\tmp.