Hi,
What are the cases you recommned using FileSets? For example when copying a set of files from folder to folder is it best to use xcopy of filesets? In what other cases are filesets good?
NirS
If you want the fastest speed possible to copy files, then XCopy is probably the best choice.
The advantage of FileSets is that they allow you to select files based on a potentially very complicated set of conditions, and then it’s relatively easy to use this FileSet in different actions (even if the Action doesn’t support FileSets directly, you can “expand” the fileset to a comma separated list of files for example and use this where you would normally use a FB variable).
.t8