Record TFileManager

Hierarchy
Methods
Properties

Unit

Declaration

type TFileManager = record

Description

Record for file management.

Overview

Fields

Public FileName: String;
Public FileType: String;
Public LastAccessTime: Int64;
Public Peer: String;

Description

Fields

Public FileName: String;

Name of the file.

Public FileType: String;

Type of the file (e.g., 'text', 'binary').

Public LastAccessTime: Int64;

Timestamp when the file was last accessed.

Public Peer: String;

Peer associated with the file.


Generated by PasDoc 0.16.0-snapshot.