SUBDIR
Syntax SUBDIR 
(SUBDIR word) 
 
Explanation

SUBDIR reports a list of subdirectory names on the disk in the currently selected disk drive.

If SUBDIR is used with an input, it reports the subdirectory names specified by its input. A ? may be used to match a single character except a period and a * may be used to match a group of characters not including a period.

See also DIRECTORY.
 

Examples SUBDIR 
Result: [MAC WINDOWS LOGO] 
(SUBDIR "|W*|) 
Result: [WINDOWS]

TopIndex