REBOL 3 Docs | Guide | Concepts | Functions | Datatypes | Errors |
TOC < Back Next > | Updated: 3-Aug-2010 Edit History |
Creates the specified directory. No error if already exists.
Arguments:
path [file! url!]
Refinements:
/deep - Create subdirectories too
See also:
Creates a new directory at the specified location. This operation can be performed for files or FTP URLs.
make-dir %New-Dir/ delete %New-Dir/
TOC < Back Next > | REBOL.com - WIP Wiki | Feedback Admin |