REBOL Document

What-dir - Function Summary


Summary:

Prints the active directory path

Usage:

what-dir

Description:

Returns the value of system/script/path, the default directory for file operations.


    print what-dir
    /C/rebol/link/ranch/projects/manuals/dictionary/

Related:

change-dir - Changes the active directory path.
list-dir - Prints a multi-column sorted listing of a directory.
make-dir - Creates the specified directory. No error if already exists.


<Back | Index | Next>

Copyright 2004 REBOL Technologies