PlatformAPI.TOTARemoteFileInfo
Delphi
  TOTARemoteFileInfo = record
    Name: string;
    Attributes: Integer;
    TimeStamp: TDateTime;
    Size: Int64;
  end;
Properties
| Type | Visibility | Source | Unit | Parent | 
|---|---|---|---|---|
| record | public | PlatformAPI.pas | PlatformAPI | PlatformAPI | 
Description
TOTARemoteFileInfo represents a file on a remote machine.