Record TFileInfo
Unit
Declaration
type TFileInfo = record
Description
Overview
Fields
![]() |
Name: string; |
![]() |
AbsoluteName: string; |
![]() |
URL: string; |
![]() |
Directory: boolean; |
![]() |
Size: Int64; |
Description
Fields
![]() |
Name: string; |
|
Filename, without any directory path. | |
![]() |
AbsoluteName: string; |
|
Expanded (with absolute path) file name. Only when URL is using "file" protocol. You should prefer to use URL field instead of this, to work with all possible URLs. | |
![]() |
URL: string; |
|
Absolute | |
![]() |
Directory: boolean; |
![]() |
Size: Int64; |
|
This may be 0 in case of non-local file | |
Generated by PasDoc 0.16.0.
