Internet Direct (Indy)
Home
PreviousUpNext
TIdDOSAttributes Class

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

Pascal
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.

Internet Direct (Indy) version 10.1.5
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
Website http://www.indyproject.org.
Post feedback to the Indy Documentation newsgroup.