summaryrefslogtreecommitdiff
path: root/rtl/objpas/sysutils/filutil.inc
Commit message (Expand)AuthorAgeFilesLines
* + initial implementation of path dependent IsFileNameCaseSensitive/IsFileNa...florian2021-04-101-0/+25
* * FileSetDate linux compilationondrej2020-11-121-10/+10
* * FileSetDate with TDateTime and UTC for file namesondrej2020-11-121-4/+24
* * FileGetDate, FileSetDate linux compilationondrej2020-11-121-4/+4
* * FileGetDate, FileSetDate with TDateTime and UTCondrej2020-11-121-3/+37
* TSearchRec.GetTimeStamp: fix ifdefsondrej2020-11-121-12/+6
* File datetime UTC supportondrej2020-10-261-0/+80
* More precise FileAgeondrej2020-10-261-1/+1
* * Error when seek failsmichael2020-10-061-1/+4
* * Add GetFileContents and GetFileAsStringmichael2020-10-061-0/+74
* * fix compilation on several OSes after r44010florian2020-01-211-1/+1
* * subroutines working with an OS dependend time stamp use an int64 now, so ...florian2020-01-211-4/+4
* * implement FileSymLinkGetTarget for *nix systemssvenbarth2019-10-031-0/+6
* * correctly copy Size and Attr values when converting from one T*SymLinkRec t...svenbarth2019-10-031-0/+4
* * fix for Mantis #35906: use more accurate modified time from the FindData on...svenbarth2019-08-021-14/+29
* + implement FileGetSymLinkTarget() based on patch by Serge Anvarov in Mantis ...svenbarth2018-08-241-0/+18
* + add Delphi-compatible FileGetSymLinkTarget functions to all platforms (curr...svenbarth2018-08-241-4/+68
* + add Delphi compatible FollowLink parameter (default is True) to FileExists ...svenbarth2018-08-241-8/+8
* * initial fileflush, mantis #15824marco2017-09-031-0/+6
* * Add TimeStamp property to TSearchRec (reworked patch from Ondrej Pokorny, b...michael2017-07-201-0/+15
* + added a define FINDHANDLE_IS_POINTER that indicates that on the currentnickysn2014-08-181-4/+2
* * changed type of TAbstractSearchRec.name_do_not_touch from untyped pointerjonas2013-11-061-2/+4
* * removed warning when GetEnvironmentVariable() does not return ajonas2013-08-191-1/+1
* * rawbytestring/unicodestring versions of findfirst/findnext/findclosejonas2013-08-191-0/+193
* * converted the following sysutils routines to unicodestring andjonas2013-07-091-0/+271
* * moved GetFileHandle() from fina.inc to filutil.inc because fina.incjonas2013-06-271-0/+12
* * moved ToSingleByteFileSystemEncodedFileName() to the system unit andjonas2013-06-241-12/+0
* + rawbytestring/unicodestring overloads for FileCreate and FileOpen.jonas2012-09-271-0/+80