Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Table plus
applyColStyleToCelltrue
heading0
columnTypess,s,s,sheading0
multiplefalse
columnAttributesstyle="background:#e5e7ea;font-weight:bold,,style="background:#e5e7ea;font-weight:bold,
enableSortingfalse

Syntax

createDirectory(path_to_directory)

Package

file

Alias

Pkg Usage

createDir(path_to_directory)

...

Boolean (true/false)

Example

js
Code Block
language
string dir = "C:/myDirectory";
if(directoryExists(dir)){
    print("The directory exists!");
} else {
    if(!createDirectory(dir)){
        print("Failed to create directory " + dir);
    }
}

Note

It is recommended that you use forward slashes ( / ) for file paths.

See also

Filter by label (Content by label)
showLabelsfalse
max25
showSpacefalse
cqllabel = "file_routine" and space = currentSpace ( )
labelsarray_routines