mirror of
https://github.com/david-schmidt/Davex.git
synced 2025-10-24 11:20:48 -07:00
1 line
244 B
Plaintext
1 line
244 B
Plaintext
|
|
create -- create a directory or other file
|
|
|
|
syntax: create <path>[:<filetype>]
|
|
|
|
ex: create mydir
|
|
create myfile:sys
|
|
create something:bad
|
|
|
|
Creates a file with the given filetype or, if no filetype is
|
|
given, of type DIR.
|