LiveCode BuilderStatementsCreateDirectoryOn this pageCreateDirectory Type statement Summary Create a named directory. Syntax create directory <Directory> Description Creates a new, empty directory. The directory must not already exist. Parameters NameTypeDescriptionDirectoryAn expression that evaluates to a filesystem path.