Michaël Van Canneyt
|
0a9b46d86f
* Hopefully fixed GetFileStamps/FileGetDateTimeInfo
|
2 years ago |
Michael VAN CANNEYT
|
e7ef77bcbe
* Refer to mainunit for lazarus IDE
|
2 years ago |
Michael Van Canneyt
|
7a9d858aa6
* Date/Time info for files (Delphi compatibility)
|
2 years ago |
florian
|
117dce6e78
+ initial implementation of path dependent IsFileNameCaseSensitive/IsFileNameCasePreserving functions for darwin
|
4 years ago |
ondrej
|
6e7223dca3
Deprecate TUnicodeSearchRec.Time and TRawbyteSearchRec.Time
|
4 years ago |
ondrej
|
1cc82bdfe3
* FileSetDate with TDateTime and UTC for file names
|
4 years ago |
ondrej
|
bc7932eb67
* FileGetDate, FileSetDate linux compilation
|
4 years ago |
ondrej
|
f40e227250
* FileGetDate, FileSetDate with TDateTime and UTC
|
4 years ago |
ondrej
|
84b6cee4f7
File datetime UTC support
|
4 years ago |
florian
|
3aadfc0802
* subroutines working with an OS dependend time stamp use an int64 now, so the 2038 problem
|
5 years ago |
Michael Van Canneyt
|
1b1f9fe2ce
* Checks for directory and special directories
|
2 years ago |
marco
|
9d335225d8
--- Merging r47055 into '.':
|
4 years ago |
marco
|
55b4b54c2a
# revisions: 45573,45790,45793
|
4 years ago |
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 years ago |
nickysn
|
5409450195
+ ported and enabled compilation of unit sysutils for win16
|
7 years ago |
marco
|
b6824290fc
* initial fileflush, mantis #15824
|
8 years ago |
michael
|
547f08e6ea
* Add TimeStamp property to TSearchRec (reworked patch from Ondrej Pokorny, bug ID #32165)
|
8 years ago |
Károly Balogh
|
c7576e4a3f
sysutils: enable FINDHANDLE_IS_POINTER for Amiga-like systems and Atari. this allows to remove some Pointer<->THandle casts from the amicommon code
|
8 years ago |
michael
|
6df35742ae
* Fix bug #0029461, faSymlink is incompatible with Delphi and plain wrong
|
9 years ago |
nickysn
|
45ed066fed
* fixed SysUtils.FindFirst/FindNext/FindClose on i8086-msdos in the compact and
|
11 years ago |
nickysn
|
2565126d36
* also update TUnicodeSearchRec after r28449
|
11 years ago |
nickysn
|
f5c1751be5
+ added a define FINDHANDLE_IS_POINTER that indicates that on the current
|
11 years ago |
Jonas Maebe
|
af3f12f60c
* rawbytestring/unicodestring versions of findfirst/findnext/findclose
|
12 years ago |
Jonas Maebe
|
26b2149ced
* converted the following sysutils routines to unicodestring and
|
12 years ago |
Jonas Maebe
|
c604e5af17
* small reorganisation of ansistring/unicodestring routine declarations, so
|
12 years ago |
Jonas Maebe
|
ff87431565
- removed "PathOnly" field from Unix TSearchRec (deprecated since 2.4.0, not
|
12 years ago |
Jonas Maebe
|
a3c936fe5f
+ rawbytestring/unicodestring overloads for FileCreate and FileOpen.
|
13 years ago |
michael
|
789a6452c9
* Implemented overloaded variant of fileage function
|
13 years ago |
svenbarth
|
2f92336b94
Forgot to commit the extension of the TSearchRec with the FindData for NativeNT.
|
13 years ago |
michael
|
a07b14853a
* Changed ImplicitDir default from False to True
|
14 years ago |