Hi,
I want to copy a complex folder structure with subfolders and files to another path. The folder and file hierarchy must be kept. But I want to exclude some files by name or by part of name or by type and I want to exclude some folders by name or part of name.
I’m looking for something like the ‘Global ignore pattern’ in Subversion, where you can define which files and folders shall not be checked in.
Is this possible with one of the finalbuilder features?
Thanks,
marc
Hi Marc,
Yes, you should be able to use FileSets for complex file selection lists like this. Firstly you need to use a FileSet Define action, and then use the Copy/Move FileSet action to actually do the copy.
hth.
.t8