I want to get a files these attributes as integer values.
|
|
Delphians tend to like the FindFirst approach (the SearchRec structure has some of those), but I'd suggest the Win32 API function GetFileAttributesEx. |
||
|
|
|
|
Try
From SysUtils. |
||
|
|
|
|
From the DSiWin32 freeware library:
|
||
|
|
|
|
You could call the GetFileInformationByHandle winapi function. Aparently JCL has a GetFileLastWrite function you could also use |
||
|
|
|
|
This should work, and it is native Delphi code.
|
||
|
|
