Returns an OS timestamp for a specified file.
function FileGetDate(Handle: Integer): Integer;
int FileGetDate(int Handle);
SysUtils
Use FileGetDate to determine the timestamp of a file given its handle. The return value is -1 if the handle is invalid. The FileDateToDateTime function can be used to convert the returned value to a TDateTime value.
Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
|
What do you think about this topic? Send feedback!
|