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

REBOL 3 Functions: ls

ls  path  /l  /f  /d  /r  /i  indent

Print contents of a directory (ls).

Arguments:

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

Refinements:

/l - Line of info format

/f - Files only

/d - Dirs only

/r - Recursive

/i

indent

See also:

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

Description

Note: Shell shortcut for list-dir.


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