REBOL Document

Make-dir - Function Summary


Summary:

Creates the specified directory. No error if already exists.

Usage:

make-dir path

Arguments:

path - The path argument. (must be: file url)

Refinements:

/deep - Create subdirectories too

Description:

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/

Related:

change-dir - Changes the active directory path.
delete - Deletes the specified file(s).
list-dir - Prints a multi-column sorted listing of a directory.
what-dir - Prints the active directory path


<Back | Index | Next>

Copyright 2004 REBOL Technologies