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 年之前 |
svenbarth
|
92dcdd8b5b
+ add Delphi compatible FollowLink parameter (default is True) to FileExists and DirectoryExists; support for it is up to each target
|
7 年之前 |
pierre
|
6f80a4cc29
Fix tw3124 test for systems on pagecode 437.
|
9 年之前 |
marco
|
7cda2d237f
* improved prototypes for dos.
|
9 年之前 |
michael
|
fde42ca8ef
* Type helpers, compatible to Delphi XE 8
|
9 年之前 |
Jonas Maebe
|
af3f12f60c
* rawbytestring/unicodestring versions of findfirst/findnext/findclose
|
12 年之前 |
Jonas Maebe
|
155aafc255
* moved SYSUTILS_HAS_ANSISTR/UNICODESTR_FILEUTIL_IMPL define to interface
|
12 年之前 |
Jonas Maebe
|
eeb98a0c0f
- removed platform-specific implementations of GetCurrentDir, SetCurrentDir,
|
12 年之前 |
Jonas Maebe
|
26b2149ced
* converted the following sysutils routines to unicodestring and
|
12 年之前 |
Jonas Maebe
|
b1c10cff02
* actually use the filename converted to the file system codepage in
|
12 年之前 |
Jonas Maebe
|
4c7605d6bf
* fixed duplicate StringToTB definition error in r22467; only kept the
|
12 年之前 |
Jonas Maebe
|
a3c936fe5f
+ rawbytestring/unicodestring overloads for FileCreate and FileOpen.
|
13 年之前 |
Tomas Hajny
|
225cc1c1e0
* fix FileExists/DirectoryExists wrongly accepting non-existing entries with wrong path due to path normalization using ExpandFileName (correctly) accepting also non-existing paths
|
13 年之前 |
florian
|
d7f7a9bb76
* patch by Alexander Shishkin to clean up $ifopt usage by $push/$pop, resolves #20346
|
14 年之前 |
Tomas Hajny
|
7f7a4518f7
* FileExists fixed - wildcards not accepted any longer
|
14 年之前 |
pierre
|
04a2d0bc94
* Handle -1 return if GetFileAttr call inside DirectoryExists
|
14 年之前 |
Tomas Hajny
|
6992049034
* fix for a silly typo in the previous revision
|
14 年之前 |
Tomas Hajny
|
867ad94115
* fix for DirectoryExists - proper handling of root directory
|
14 年之前 |
pierre
|
9d763ec052
* Avoid warnings about pointer to signed integers typecasts
|
14 年之前 |
pierre
|
1dfa5c2e74
+ Implement !proxy support for long command line
|
14 年之前 |
michael
|
a201f07420
* Added share mode argument to FileCreate call
|
14 年之前 |
pierre
|
9276fa437f
* Fix tw1041 test failure
|
14 年之前 |
marco
|
be98b13554
* fix for 11263, changed fileread and fd_zero to out using $modeswitch.
|
15 年之前 |
marco
|
8e9a7e14ad
* Revised yesterday solution to a more general one. Executeprocess gets
|
15 年之前 |
michael
|
01ed4a6745
* Implemented OnBeep to install custom beep handler
|
15 年之前 |
Tomas Hajny
|
573bc3b767
* inline on needed for 2.0.x
|
18 年之前 |
Tomas Hajny
|
f0959c1b1d
* yet another fix for DiskFree/DiskSize
|
18 年之前 |
Tomas Hajny
|
77fe5f40fe
* remove erratic / unreliable check for DOS version in Do_DiskData
|
18 年之前 |
Tomas Hajny
|
5e1a7997ee
+ FileTruncate allows 64-bit parameter
|
18 年之前 |
micha
|
ce9e589e15
* fix FileSeek implementation to match declaration
|
19 年之前 |