Topic Path: Symbol Reference > Classes > TIdDOSAttributes Class > TIdDOSAttributes Properties > AsString Property
ContentsIndexHome
PreviousUpNext
TIdDOSAttributes.AsString Property

Represents attribute values for the object using the MS DOS ATTRIB command format.

property AsString: String;

AsString is a read-only String property that represents the attribute values for the object instance as a string. Values returned by reading the AsString property emulate the format used in the MS DOS ATTRIB command, and include the following characters: 

 

Character 
Description 
Read_only attribute is set. 
Archive attribute is set. 
System attrribute is set. 
Hidden attribute is set. 

 

Attribute which are not set are represented as a space character (CHAR32) in the value for the AsString property.

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