CreateDirectory Method (SystemFunctions)
Class
SystemFunctions
.
Action
Creates a new directory with the specified name.
Syntax
createDirectory (
sDirectoryPath
)
Variable
Description
sDirectoryPath
The path to the new directory. Can be either an absolute path or a path relative to the current working directory.
String
.