Michaël Van Canneyt
|
8f233d5bb7
* Fix compilation
|
2 gadi atpakaļ |
Michaël Van Canneyt
|
0a9b46d86f
* Hopefully fixed GetFileStamps/FileGetDateTimeInfo
|
2 gadi atpakaļ |
Michael VAN CANNEYT
|
e7ef77bcbe
* Refer to mainunit for lazarus IDE
|
2 gadi atpakaļ |
Michael Van Canneyt
|
7a9d858aa6
* Date/Time info for files (Delphi compatibility)
|
2 gadi atpakaļ |
florian
|
117dce6e78
+ initial implementation of path dependent IsFileNameCaseSensitive/IsFileNameCasePreserving functions for darwin
|
4 gadi atpakaļ |
ondrej
|
42ccdac0bb
More precise FileAge
|
4 gadi atpakaļ |
michael
|
1bda357c8f
* Error when seek fails
|
4 gadi atpakaļ |
ondrej
|
0f8132fc8f
* FileSetDate linux compilation
|
4 gadi atpakaļ |
ondrej
|
1cc82bdfe3
* FileSetDate with TDateTime and UTC for file names
|
4 gadi atpakaļ |
ondrej
|
bc7932eb67
* FileGetDate, FileSetDate linux compilation
|
4 gadi atpakaļ |
ondrej
|
f40e227250
* FileGetDate, FileSetDate with TDateTime and UTC
|
4 gadi atpakaļ |
ondrej
|
3acbbd2e9e
TSearchRec.GetTimeStamp: fix ifdefs
|
4 gadi atpakaļ |
florian
|
336e72f3c4
* fix compilation on several OSes after r44010
|
5 gadi atpakaļ |
ondrej
|
84b6cee4f7
File datetime UTC support
|
4 gadi atpakaļ |
florian
|
3aadfc0802
* subroutines working with an OS dependend time stamp use an int64 now, so the 2038 problem
|
5 gadi atpakaļ |
Michael Van Canneyt
|
1b1f9fe2ce
* Checks for directory and special directories
|
2 gadi atpakaļ |
marco
|
9d335225d8
--- Merging r47055 into '.':
|
4 gadi atpakaļ |
marco
|
55401227f9
--- Merging r42559 into '.':
|
4 gadi atpakaļ |
marco
|
a4864e36f2
# revisions: 39668,39669,39671,39672,40652,41280,41281,42240,42244,42245,42286,42326,42456,42461,43048,43107,43108,43109,43110,43111,43112,43113
|
5 gadi atpakaļ |
marco
|
b6824290fc
* initial fileflush, mantis #15824
|
8 gadi atpakaļ |
michael
|
547f08e6ea
* Add TimeStamp property to TSearchRec (reworked patch from Ondrej Pokorny, bug ID #32165)
|
8 gadi atpakaļ |
nickysn
|
f5c1751be5
+ added a define FINDHANDLE_IS_POINTER that indicates that on the current
|
11 gadi atpakaļ |
Jonas Maebe
|
8fe7d82db7
* changed type of TAbstractSearchRec.name_do_not_touch from untyped pointer
|
11 gadi atpakaļ |
Jonas Maebe
|
65ecd1273d
* removed warning when GetEnvironmentVariable() does not return a
|
12 gadi atpakaļ |
Jonas Maebe
|
af3f12f60c
* rawbytestring/unicodestring versions of findfirst/findnext/findclose
|
12 gadi atpakaļ |
Jonas Maebe
|
26b2149ced
* converted the following sysutils routines to unicodestring and
|
12 gadi atpakaļ |
Jonas Maebe
|
95a877c7e5
* moved GetFileHandle() from fina.inc to filutil.inc because fina.inc
|
12 gadi atpakaļ |
Jonas Maebe
|
3694b4f003
* moved ToSingleByteFileSystemEncodedFileName() to the system unit and
|
12 gadi atpakaļ |
Jonas Maebe
|
a3c936fe5f
+ rawbytestring/unicodestring overloads for FileCreate and FileOpen.
|
13 gadi atpakaļ |