Record TFileInfo
Unit
Declaration
type TFileInfo = record
Description
Overview
Fields
Name: string; |
|
AbsoluteName: string; |
|
URL: string; |
|
Directory: Boolean; |
|
Symlink: 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; |
|
Symlink: Boolean; |
|
Whether this is a symbolic link. Note that this is independent from Directory: symlinks may have Directory=false (when the |
Size: Int64; |
|
This may be 0 in case of non-local file |
Generated by PasDoc 0.16.0.