MakeDir

File, Folder and Read functions MakeDir(ectory)

syntax

  • MakeDir(target_foldername)

definition

MakeDir(target_foldername) creates a new folder target_foldername, if it does not yet exist.

description

In the GeoDMS use forward slashes (/) in path names instead of backward slashes.

applies to

Data item or literal target_foldername with string Value type

example

parameter<string> MakeDir := MakeDir('c:/tmp');

result: updating this parameter creates a new folder: c:\tmp.