JVCL Help:TJvSHFileOpType
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvSHFileOpType type
Search in JVCL Help
Search in all projectsSummary
Represents different kinds of file operations.
Pascal
run\JvSHFileOperation.pas
TJvSHFileOpType = (
foCopy,
foDelete,
foMove,
foRename
);
Members
Members | Description |
foCopy | Copies the files specified by SourceFiles to the location specified by DestFiles. |
foDelete | Deletes the files specified by SourceFiles. |
foMove | Moves the files specified by SourceFiles to the location specified by DestFiles. |
foRename | This operation cannot rename multiple files with a single function call. Use foMove instead. |
Description
Use the TJvSHFileOpType type to specify a specific kind of file operation for a TJvSHFileOperation component.
About
no pages or subcategories
Contribute to this help topic
This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page