Skip to content

MakeDir

mtbeek32 edited this page Feb 20, 2024 · 5 revisions

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 exists.

description

In the GeoDMS use forward slashes(/) in path names in stead 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.

Clone this wiki locally