[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Extract filetime
Source position: line 0
function FileTimeGMT( |
FileName: String |
):TDateTime; overload; |
SearchRec: TSearchRec |
):TDateTime; overload; |
FileName |
|
Name of file to examine |
File time in GMT notation
SearchRec |
|
Searchrec from which timestamp is taken |
File time in GMT notation
FileTimeGMT returns the timestamp of a filename (FileName must exist) or a search rec (TSearchRec) to a GMT representation that can be used in a tar entry.
|
Tar Directory entry |
lazarus-ccr.sourceforge.net |