PlatformAPI.TOTARemoteFileInfo

From RAD Studio API Documentation
Jump to: navigation, search

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.

See Also