Produced by IDL 7.1.1
User Documentation

./guide
ls.pro

Last modification date:
Wed Sep 28 13:27:09 2016

ls

procedure ls[, pattern], [options=string]

List files (defaults to *.fits in the current directory). This invokes the unix "ls" command using the pattern and optional arguments. If pattern is not provide, it defaults to "*.fits".

Examples
 ; show all the fits files in the current directory
 ls
 ; show all the files in the current directory
 ls,''
 ; show all the fits files in a directory relative to this one
 ls,'../mydata'
 ; do a long listing
 ls,options='-l'
 
Version
$Id$

Parameters
pattern
in, optional
string (def. '*.fits')
The pattern to list.

Keywords
options
in, optional
string (def. '')
Any arguments to the unix "ls" command.


Produced by IDLdoc 1.6 on Wed Sep 28 13:27:35 2016