JCL Help:GetFileAttributeListEx
From Project JEDI Wiki
Jump to navigationJump to searchJCL Help: GetFileAttributeListEx Function
Search in JCL Help
Search in all projects
Summary
Converts attributes flag to a stringlist.
Pascal
procedure GetFileAttributeListEx(const Items: TStrings; const Attr: Integer);
Parameters
Parameters | Description |
const Attr: Integer | Attributes of a file, for example retrieved by GetFileAttributes. |
List | TStrings derivative that receives the strings. |
Description
GetFileAttributeListEx converts the file attributes specified by A to a list of string representations of the attributes included in A. This is similar to the GetFileAttributeList function except that this function handles all documented attributes, including those specific to the NTFS filesystem, where GetFileAttributeList only handles the standard attributes.
See Also
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