[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Contains flags used to control actions performed in CopyFile or CopyDirTree.
Source position: fileutil.pas line 205
type TCopyFileFlag = ( |
||
cffOverwriteFile, |
|
Overwrites the destination file if it already exists. |
cffCreateDestDirectory, |
|
Create the directory for the destination fie if it does not already exist. |
cffPreserveTime |
|
Preserves the timestamp for the source file in the destination file. |
); |
|
Set type used to store TCopyFileFlag enumeration values. |
|
|
Copies the source file to the destination file using the specified options. |
|
|
Copies all file system entries in a source directory to the destination directory using the specified options. |
Version 4.0 | Generated 2025-05-03 | Home |