-
Notifications
You must be signed in to change notification settings - Fork 1
MakeDir
mtbeek32 edited this page Feb 20, 2024
·
5 revisions
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.
GeoDMS ©Object Vision BV. Source code distributed under GNU GPL-3. Documentation distributed under CC BY-SA 4.0.