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

6 lines
194 B
Plaintext
Raw Normal View History

2024-01-15 10:36:50 +01:00
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.