mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
parent
6f82d9ab2c
commit
6755986dbe
1 changed files with 0 additions and 1 deletions
|
|
@ -120,7 +120,6 @@ begin
|
|||
Result.Size:= g_file_info_get_size (AFileInfo);
|
||||
Result.Attributes:= g_file_info_get_attribute_uint32 (AFileInfo, FILE_ATTRIBUTE_UNIX_MODE);
|
||||
Result.ModificationTime:= UnixFileTimeToDateTime(g_file_info_get_attribute_uint64 (AFileInfo, FILE_ATTRIBUTE_TIME_MODIFIED));
|
||||
Result.LinkProperty := TFileLinkProperty.Create;
|
||||
|
||||
// Get a file's type (whether it is a regular file, symlink, etc).
|
||||
AFileType:= g_file_info_get_file_type (AFileInfo);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue