REBOL 3 Docs Guide Concepts Functions Datatypes Errors
  TOC < Back Next >   Updated: 3-Aug-2010 Edit History  

REBOL 3 Functions: cd

cd  path

Change directory (shell shortcut function).

Arguments:

path [file! word! path! unset! string!] - Accepts %file, :variables and just words (as dirs)

See also:

change-dir   delete   ls   list-dir   make-dir   mkdir   pwd   rm   what-dir  

Description

Variant of change-dir for shell use. Supports inputting words as directory names:

cd ..
cd somewhere


  TOC < Back Next > REBOL.com - WIP Wiki Feedback Admin