JCL Help:TFileListOptions
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: TFileListOptions Type
Search in JCL Help
Search in all projects
Summary
Options | Description |
flFullNames | If this flag is included, then filenames are added to |
the list including the complete path, otherwise just | |
the filenames are added to the list. For example: | |
"C:WindowsNOTEPAD.EXE" when using flFullNames, | |
"NOTEPAD.EXE" when not using it. | |
flRecursive | Search the specified path and subfolders for files to |
include in the list. | |
flMaskedSubfolders | Only search folders than match the SubfoldersMask |
parameter (currently broken). |
An enumeration describing the set of available file list options.
Pascal
TFileListOptions = set of TFileListOption;
Description
The description for this help topic does not exist, edit this page
About
Unit
Donator
Marcel van Brakel
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page