Difference between revisions of "LIST FILES"

From Lianjapedia
Jump to: navigation, search
 
Line 12: Line 12:
 
The following 'wild card' characters may be used
 
The following 'wild card' characters may be used
  
{| class="wikitable" width=100%
+
{| class="wikitable" width="100%"
!width=20%|Character||Description
+
!width="20%"|Character||Description
 
|-
 
|-
 
|?||Matches any one character.
 
|?||Matches any one character.

Latest revision as of 12:11, 1 February 2013

Purpose

Display a directory of files

Syntax

LIST FILES [<skeleton>] [TO FILE <.txt filename> | (<expC>)]

See Also

ADIR(), DIR, DISPLAY FILES, SET PATH

Description

The LIST FILES command displays filenames in the current directory and path (see SET PATH) matching the specified <skeleton>. The following 'wild card' characters may be used

Character Description
? Matches any one character.
% Matches any one character.
* Matches zero or more characters.

If LIST FILES is issued with no <skeleton> specified, then it will list details of table files only.

TO <file>

The display output will be sent to the specified file. The filename can be substituted with a <expC>, enclosed in round brackets, which returns a valid filename. If no file extension is specified, then ".txt" will be used.

Example

list files