level functions that operate on directories are READ, DELETE, QUERY, INFO?, RENAME, and MODIFIED?.
The current directory is seen by entering: WHAT-DIR The directory REBOL is currently using can be changed using: CHANGE-DIR To see all the files in the current directory use: LIST-DIR %./ To see a list of all the volumes available on your system, use: LIST-DIR %/ It is important to end directories with a slash.