sc3-rom-dump/rom/help/mkdir.txt

6 lines
194 B
Plaintext

mkdir creates a directory in the current location.
ex:
"mkdir foo" creates a directory named "foo".
"mkdir ../foo" creates a directory named "foo" in the directory above the current directory.