mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-12 23:09:40 +02:00
* fix for typo in constant name plus added explanation
git-svn-id: trunk@28886 -
This commit is contained in:
parent
09e0734b7c
commit
f55e4400b3
@ -1011,7 +1011,7 @@ function DosMove(const OldFile,NewFile:string):cardinal;
|
||||
|
||||
const dcExisting=1; {Overwrite existing files.}
|
||||
dcAppend=2; {Append to existing file.}
|
||||
dcFailAs=4; {?? Info wanted!}
|
||||
dcFailEAs=4; {Discard EAs if not supported by target FS}
|
||||
|
||||
{Copy a file.
|
||||
OldFile = source file
|
||||
|
Loading…
Reference in New Issue
Block a user