JVCL Help:TJvSHFileOpType

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

Represents different kinds of file operations.

run\JvSHFileOperation.pas


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.

run\JvSHFileOperation.pas


Description

Use the TJvSHFileOpType type to specify a specific kind of file operation for a TJvSHFileOperation component.

run\JvSHFileOperation.pas


About

Navigation

no pages or subcategories

run\JvSHFileOperation.pas



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