WHAT-DIR
REBOL Dictionary 2.0
Prints the active directory path
what-dir
Returns the value of system/script/path, the default directory for file operations.
print what-dir /d/rebol/link/ranch/projects/manuals/dictionary/
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.
Copyright 2003 REBOL Technologies