copy

FileSet.copy()[source]

Create a so-called deep-copy of this fileset object

Notes

This method does not copy any files. If you want to do so, use move() with the parameter copy=True.

Returns

The copied fileset object