Skip to content

MakeDir

Jip Claassens edited this page Jul 6, 2026 · 7 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 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.

Clone this wiki locally