AW: Altes Thema kurze Frage zu FileAge
5. Feb 2014, 10:29
Es gibt verschiedene Versionen von FILEAGE:
Alt:
function FileAge(const FileName: string): Integer; overload;
Neu:
function FileAge(const FileName: string; out FileDateTime: TDateTime; FollowLink: Boolean = True): Boolean;
Siehe:
http://docwiki.embarcadero.com/Libra...sUtils.FileAge
http://docwiki.embarcadero.com/CodeE...r_%28Delphi%29
Ausserdem:
Bug NOVELL:
http://forum.delphi-treff.de/index.p...&threadID=9416
Geändert von hathor ( 5. Feb 2014 um 10:44 Uhr)
|