[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Extract filetime
Source position: libtar.pp line 231
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 |
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 |