JVCL Help:TJvSHFileOperation.DestFiles
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvSHFileOperation.DestFiles Property
[+] TJvSHFileOperation Events
[+] TJvSHFileOperation Methods
[+] TJvSHFileOperation Properties
Search in JVCL Help
Search in all projectsSummary
Contains the name of the destination file or directory.
Pascal
propertyDestFiles: TStrings;
Description
DestFiles contains the name of the destination file or directory.
DestFiles must meet the following specifications:
- Wildcard characters are not supported.
- Copy and move operations can specify destination directories that do not exist and the systemwill attempt to create them. The system normally displays a dialog box to ask the user if they want to create the new directory. To suppress this dialog box and have the directories created silently, include fofNoConfirmMkDir in Options.
- For copy and move operations, DestFiles can contain multiple destination file names if fofMultiDestFiles is included in Options.
Each file and directory name is translated to a file name with a fully qualified path. So if you don't specify a path, the name of the current drive and directory will be merged with the specified file name to determine the full path and file name of the specified file.
See Also
TJvSHFileOperation.SourceFiles
About
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