Internet Direct (Indy)
|
Stores the cardinal representation of the MS DOS file attributes.
property FileAttributes: Cardinal;
FileAttributes is a Cardinal property that represents the value for individual bit fields used in MS DOS file attributes. Bit fields in FileAttributes are derived by combining the following file attribute values using a bitwise OR operation:
Bit fields values in FileAttributes are checked using a bitwise AND operation, and used to set the Boolean value for the following properties:
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. |