![]() |
![]() ![]() ![]() |
dcFileOperations component.
|
type
|
TdcFileOperationsType = (foCopy, foDelete, foMove, foRename);
|
|
property Operation: TdcFileOperationsType;
|
The Operation property specifies which operation to perform when you call Execute method.
|
|
The Operation can be one of the following values:
|
Value | Meaning
|
foCopy | Copies the files specified by FileList to the location specified by DestFolder.
|
foDelete | Deletes the files specified by FileList (DestFolder is ignored).
|
foMove | Moves the files specified by FileList to the location specified by DestFolder.
|
foRename | Renames the files specified by FileList (new names should be separated from old by "=" sign).
|
|
![]() |
Execute, Copy, Move, Rename and Delete methods;
|
FileList and DestFolder properties.
|