Unit 'fsifFileSystemStructs' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_fundamentals]

TDirectoryEntry

Declaration

Source position: fsifFileSystemStructs.pas line 294

type TDirectoryEntry = packed record

  EntryType: TDirectoryEntryType;

  

  Flags: TDirectoryEntryFlags;

  

  ReservedFlags: array [1..3] of Byte;

  

  FileNameEncoding: TFSFileNameEncoding;

  

  FileName: string;

  

  Size: Int64;

  

  AllocBlock: Int64;

  

  AllocEntry: Word;

  

  DirBlock: Int64;

  

  CreateTime: TDateTime;

  

  ModifyTime: TDateTime;

  

  ModifyCount: Word32;

  

  AccessTime: TDateTime;

  

  AccessCount: Word32;

  

  GUID: FS_GUID;

  

  ContentType: TFSContentType;

  

  HashType: TFSHashType;

  

  HashValue: T160BitDigest;

  

  Compression: TFSCompressionType;

  

  UncompressedSize: Int64;

  

  CompressParam: Int64;

  

  Encryption: TFSEncryptionType;

  

  PasswordHash: T128BitDigest;

  

  Reserved: array [0..77] of Byte;

  

end;



CT Web help

CodeTyphon Studio