Class TZOOFileInfo (unit Aview) |
Inherits from
TFileInfo
Constructor Create;
- will be 1 if deleted, 0 if not
property Deleted : Boolean
property FileType : Byte
property Method : Byte
property Offset : LongInt
property Version : Word
FDeleted : Boolean;
major version in hi-byte minor in low
FFileType : Byte;
FMethod : Byte;
FOffset : LongInt;
0 = no packing, 1 = normal LZW
FVersion : Word;
position of this file
Constructor Create;
will be 1 if deleted, 0 if not
property Deleted : Boolean
property FileType : Byte
property Method : Byte
property Offset : LongInt
property Version : Word
FDeleted : Boolean;
major version in hi-byte minor in low
FFileType : Byte;
FMethod : Byte;
FOffset : LongInt;
0 = no packing, 1 = normal LZW
FVersion : Word;
position of this file