mirror of
https://github.com/doublecmd/doublecmd.git
synced 2026-06-21 09:58:13 +00:00
UPD: Use TWfxFileTime
This commit is contained in:
parent
81e1cee3b8
commit
3e12228de9
1 changed files with 1 additions and 1 deletions
|
|
@ -139,8 +139,8 @@ function TWfxPluginSetFilePropertyOperation.SetNewProperty(aFile: TFile;
|
|||
aTemplateProperty: TFileProperty): TSetFilePropertyResult;
|
||||
var
|
||||
AFileName: String;
|
||||
ftTime: TWfxFileTime;
|
||||
NewAttributes: TFileAttrs;
|
||||
ftTime: TFileTime;
|
||||
begin
|
||||
Result := sfprSuccess;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue