JCL Help:GetFileAttributeList

From Project JEDI Wiki
Jump to navigationJump to search


Summary

Converts attributes flag to a stringlist.


Pascal

 procedure GetFileAttributeList(const Items: TStrings; const Attr: Integer);


Parameters

Parameters Description
const Attr: Integer Attributes of a file, usually you'll pass in TSearchRec.Attr.
List TStrings derivative that receives the strings.


Description

GetFileAttributeList converts the file attributes specified by A to a list of string representations of the attributes included in A. This function only handles the 'standard' file attributes as specified by the faXXX constants in SysUtils.pas.


See Also

GetFileAttributeListEx


About

Unit

JclFileUtils


Donator

Charlie Calvert


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