Nikolay Nikolov
|
8e730d20db
+ implemented FindFirst, FindNext and FindClose in SysUtils for the WASI platform
|
3 years ago |
Károly Balogh
|
b149718566
sinclairql: added an entirely stub (for now) sysutils unit. added a classes unit. enabled building the whole rtl
|
4 years ago |
florian
|
c1f85ac3a1
+ initial implementation of path dependent IsFileNameCaseSensitive/IsFileNameCasePreserving functions for darwin
|
4 years ago |
ondrej
|
8ce015535a
* FileSetDate with TDateTime and UTC for file names
|
4 years ago |
ondrej
|
3ea339400e
* FileGetDate, FileSetDate linux compilation
|
4 years ago |
ondrej
|
d899c9fca4
* FileGetDate, FileSetDate with TDateTime and UTC
|
4 years ago |
ondrej
|
b51729dac5
File datetime UTC support
|
4 years ago |
ondrej
|
f529253c0b
Deprecate TUnicodeSearchRec.Time and TRawbyteSearchRec.Time
|
4 years ago |
michael
|
d5cbe6809b
* Add GetFileContents and GetFileAsString
|
4 years ago |
marco
|
9cae1830e2
* Remove typedness of feinvalidhandle constant to straight constant with typecast in rvalue. mantis #37358
|
5 years ago |
florian
|
01302bc47d
* subroutines working with an OS dependend time stamp use an int64 now, so the 2038 problem
|
5 years ago |
svenbarth
|
f46b8539d0
* implement FileSymLinkGetTarget for *nix systems
|
5 years ago |
svenbarth
|
178146f06c
- TRawByteSymLinkRec.Name is not required (and TUnicodeSymLinkRec doesn't have it either)
|
5 years ago |
svenbarth
|
e110d90127
+ implement FileGetSymLinkTarget() based on patch by Serge Anvarov in Mantis #32370
|
7 years ago |
svenbarth
|
09e5f463dc
+ add Delphi-compatible FileGetSymLinkTarget functions to all platforms (currently returns False on all platforms); this also includes TSymLinkRec variants for both RawByteString and UnicodeString
|
7 years ago |
svenbarth
|
92dcdd8b5b
+ add Delphi compatible FollowLink parameter (default is True) to FileExists and DirectoryExists; support for it is up to each target
|
7 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 |