| Applying science to business management |
  
dir
Format: dir( filespec )
Arguments: (text) filespec Optional file
specification; default = "*.*"
Returns: [text] List of file names
Description: Dir returns a list of files on disk
matching the specification you provide.
Examples: dir = returns
a list of all files in the current directory
dir("*.TXT") = returns
a list of all TXT files in the current directory
See Also: getfile,
programdir, winexec
|