Topic Path: Symbol Reference > Classes > TIdDOSAttributes Class
ContentsIndexHome
PreviousUpNext
TIdDOSAttributes Class

Implements storage for MS DOS file and directory attributes returned in structured directory listings.

File
TIdDOSAttributes = class(TIdPersistent);

TIdDOSAttributes is a TIdPersistent descendant used to implement storage for file and directory attributes returned in structured directory listings for remote FTP server using the MS DOS file system. 

TIdDOSAttributes implements properties that represents file attribute values parsed using an FTP directory listing parser. 

Use FileAttributes to access the Cardinal value containing all of the pertinent attributes for the remote file system. 

Use the following properties to read or write the individual file or directory attributes as Boolean properties: 

 

Use AddAttribute and AsString to access the Boolean properties represented in a human-readable format.

Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Post feedback to the Indy Docs Newsgroup.