UPD: Use TWfxFileTime

This commit is contained in:
Alexander Koblov 2022-12-05 18:21:19 +03:00
commit 3e12228de9

View file

@ -139,8 +139,8 @@ function TWfxPluginSetFilePropertyOperation.SetNewProperty(aFile: TFile;
aTemplateProperty: TFileProperty): TSetFilePropertyResult;
var
AFileName: String;
ftTime: TWfxFileTime;
NewAttributes: TFileAttrs;
ftTime: TFileTime;
begin
Result := sfprSuccess;