Record TFileManager
Unit
Declaration
type TFileManager = record
Description
Record for file management.
Overview
Fields
![]() |
FileName: String; |
![]() |
FileType: String; |
![]() |
LastAccessTime: Int64; |
![]() |
Peer: String; |
Description
Fields
![]() |
FileName: String; |
|
Name of the file. | |
![]() |
FileType: String; |
|
Type of the file (e.g., 'text', 'binary'). | |
![]() |
LastAccessTime: Int64; |
|
Timestamp when the file was last accessed. | |
![]() |
Peer: String; |
|
| |
Generated by PasDoc 0.16.0-snapshot.
