JVCL Help:TJvSHFileOperation.SourceFiles

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

Search in JVCL Help

 
Search in all projects
 

Summary

Contains one or more source file names.


Pascal

 propertySourceFiles: TStrings;


Description

Set each item in SourceFiles to a filename which can contain wildcard characters (* and ?). The asterisk (*) is a wildcard which matches any number of arbitrary characters. The question mark (?) is a wildcard which matches a single arbitrary character.
Use SourceFiles to add, insert, delete and move source file names. Use properties and methods for string lists to manipulate the items in the list.
Each file 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.
Include fofFilesOnly in Options to perform the operation as specified by Operation on files only, if a wildcard file name is specified. Include fofNoRecursion in Options to operate only in the local directory; thus, the operation will not operate recursively into subdirectories if this flag is included in Options.


See Also

TJvSHFileOperation.DestFiles


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