Unit 'fsifFileSystem' Package
[Overview][Constants][Types][Classes][Index] [#pl_fundamentals]

TFSIterator

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: fsifFileSystem.pas line 86

type TFSIterator = class

protected

  FFileSystem: TfclFileSystem;

  

  FSpec: TFSEntrySpec;

  

  FEntry: TFSEntryInfo;

  

  procedure CheckValidEntry;

  

  function GetName;

  

  function GetSize;

  

  function GetFlags;

  

  function GetCreateTime;

  

  function GetAccessTime;

  

  function GetModifyTime;

  

public

  constructor Create();

  

  procedure FindFirst;

  

  procedure FindNext;

  

  function EOF;

  

  property Name: RawByteString; [r]

  

  property Size: Int64; [r]

  

  property Flags: TDirectoryEntryFlags; [r]

  

  property CreateTime: TDateTime; [r]

  

  property AccessTime: TDateTime; [r]

  

  property ModifyTime: TDateTime; [r]

  

  procedure GetContentType();

  

end;

Inheritance

TFSIterator

  

|

TObject



CT Web help

CodeTyphon Studio