Creates a new directory in the filesystem.
- string-expression must evaluate to the directory name or path.
- Paths starting with / are absolute; other paths are relative to the current directory.
Examples
Create a directory in the current folder
Create a directory by absolute path
Change into the new directory
MKDIR "assets"
CHDIR "assets"
See also
- CHDIR - change current directory
- RMDIR - remove a directory
- DELETE - delete a file