PlatformAPI.TOTARemoteFileInfo

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

TOTARemoteFileInfo = record

C++

struct DECLSPEC_DRECORD TOTARemoteFileInfo
{
public:
    System::UnicodeString Name;
    int Attributes;
    System::TDateTime TimeStamp;
    __int64 Size;
};

Properties

Type Visibility Source Unit Parent
record
struct
public
PlatformAPI.pas
PlatformAPI.hpp
PlatformAPI PlatformAPI

Description

TOTARemoteFileInfo represents a file on a remote machine.

See Also