Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Object-Pascal / Delphi-Language (https://www.delphipraxis.net/32-object-pascal-delphi-language/)
-   -   Delphi Was bewirkt das true/false in CopyFile ? (https://www.delphipraxis.net/10241-bewirkt-das-true-false-copyfile.html)

Rapthor 14. Okt 2003 16:05


Was bewirkt das true/false in CopyFile ?
 
Wozu dient der 3. Parameter in der CopyFile Anweisung eigentlich ? Ist ja ein Boolean Wert.

neolithos 14. Okt 2003 16:10

Re: Was bewirkt das true/false in CopyFile ?
 
Zitat:

Zitat von MSDN
bFailIfExists
[in] Specifies how this operation is to proceed if a file of the same name as that specified by lpNewFileName already exists. If this parameter is TRUE and the new file already exists, the function fails. If this parameter is FALSE and the new file already exists, the function overwrites the existing file and succeeds.


CalganX 14. Okt 2003 16:12

Re: Was bewirkt das true/false in CopyFile ?
 
Hi,
wenn true, dann gibt es eine Fehlermeldung, wenn die Zieldatei schon existiert.

Chris

Tom 14. Okt 2003 16:12

Re: Was bewirkt das true/false in CopyFile ?
 
Zitat:

bFailIfExists

Specifies how this operation is to proceed if a file of the same name as that specified by lpNewFileName already exists. If this parameter is TRUE and the new file already exists, the function fails. If this parameter is FALSE and the new file already exists, the function overwrites the existing file and succeeds.
In etwas freier Übersetzung
Zitat:

bFailIfExists

Gibt an, wie dieser Betrieb fortfahren soll, wenn eine Akte des gleichen Namens als daß angegeben durch lpNewFileName schon existiert. Wenn dieser Parameter WAHR und die neue Akte schon existiert ist, versagt die Funktion. Wenn dieser Parameter FALSCH und die neue Akte schon existiert ist, überschreibt die Funktion das existierende ablegt und gelingt.
Zugegeben: Ich bin heute komisch drauf ...

Rapthor 14. Okt 2003 17:33

Re: Was bewirkt das true/false in CopyFile ?
 
dankeschön


Alle Zeitangaben in WEZ +1. Es ist jetzt 13:52 Uhr.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz