|
|
|
Files
(Files filespec flags)
outputs the files matching the filespec and flags in the current working directory.
filespec is a string containing some wildcards like * and ?.
flags can be a combination of:
wxDIR_FILES include files
wxDIR_DIRS include directories
wxDIR_HIDDEN include hidden files
wxDIR_DOTDOT include '.' and '..'
Examples:
show Files ;... show (Files [a*.lg] wxDIR_FILES) ;[am.lg am2.lg ant.lg ant2.lg arc2test.lg axes.lg] |
|
|
|