Michaël Van Canneyt
|
c9b7a3b3b5
* Use value for fmShareNoLocking which does not overlap with classes fmCreate
|
1 jaar geleden |
Michaël Van Canneyt
|
e79f5ef577
* Introduce fmShareNoLocking to disable locking of file descriptors on unix
|
1 jaar geleden |
Michael VAN CANNEYT
|
ccfa38c68e
* Dotted RTL compiles
|
2 jaren geleden |
Michael VAN CANNEYT
|
fae6b2a1f3
* Refer to mainunit for lazarus IDE
|
2 jaren geleden |
Michaël Van Canneyt
|
c5af4c420e
* Hopefully fixed GetFileStamps/FileGetDateTimeInfo
|
2 jaren geleden |
Michaël Van Canneyt
|
0bad315daf
* Fix TDateTimeInfoRec
|
2 jaren geleden |
Michaël Van Canneyt
|
735fd20a6a
* (Hopefully) fix compilation for non-win,non-unix platforms
|
2 jaren geleden |
Michael Van Canneyt
|
d1b2fe1659
* Date/Time info for files (Delphi compatibility)
|
2 jaren geleden |
Michael Van Canneyt
|
32884082e3
* Checks for directory and special directories
|
2 jaren geleden |
Nikolay Nikolov
|
8e730d20db
+ implemented FindFirst, FindNext and FindClose in SysUtils for the WASI platform
|
3 jaren geleden |
Károly Balogh
|
b149718566
sinclairql: added an entirely stub (for now) sysutils unit. added a classes unit. enabled building the whole rtl
|
4 jaren geleden |
florian
|
c1f85ac3a1
+ initial implementation of path dependent IsFileNameCaseSensitive/IsFileNameCasePreserving functions for darwin
|
4 jaren geleden |
ondrej
|
8ce015535a
* FileSetDate with TDateTime and UTC for file names
|
4 jaren geleden |
ondrej
|
3ea339400e
* FileGetDate, FileSetDate linux compilation
|
4 jaren geleden |
ondrej
|
d899c9fca4
* FileGetDate, FileSetDate with TDateTime and UTC
|
4 jaren geleden |
ondrej
|
b51729dac5
File datetime UTC support
|
4 jaren geleden |
ondrej
|
f529253c0b
Deprecate TUnicodeSearchRec.Time and TRawbyteSearchRec.Time
|
4 jaren geleden |
michael
|
d5cbe6809b
* Add GetFileContents and GetFileAsString
|
4 jaren geleden |
marco
|
9cae1830e2
* Remove typedness of feinvalidhandle constant to straight constant with typecast in rvalue. mantis #37358
|
5 jaren geleden |
florian
|
01302bc47d
* subroutines working with an OS dependend time stamp use an int64 now, so the 2038 problem
|
5 jaren geleden |
svenbarth
|
f46b8539d0
* implement FileSymLinkGetTarget for *nix systems
|
5 jaren geleden |
svenbarth
|
178146f06c
- TRawByteSymLinkRec.Name is not required (and TUnicodeSymLinkRec doesn't have it either)
|
5 jaren geleden |
svenbarth
|
e110d90127
+ implement FileGetSymLinkTarget() based on patch by Serge Anvarov in Mantis #32370
|
7 jaren geleden |
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 jaren geleden |
svenbarth
|
92dcdd8b5b
+ add Delphi compatible FollowLink parameter (default is True) to FileExists and DirectoryExists; support for it is up to each target
|
7 jaren geleden |
nickysn
|
5409450195
+ ported and enabled compilation of unit sysutils for win16
|
7 jaren geleden |
marco
|
b6824290fc
* initial fileflush, mantis #15824
|
8 jaren geleden |
michael
|
547f08e6ea
* Add TimeStamp property to TSearchRec (reworked patch from Ondrej Pokorny, bug ID #32165)
|
8 jaren geleden |
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 jaren geleden |
michael
|
6df35742ae
* Fix bug #0029461, faSymlink is incompatible with Delphi and plain wrong
|
9 jaren geleden |