zcollection.fs_utils.copy_files#

zcollection.fs_utils.copy_files(source, target, fs_source, fs_target)[source]#

Copy a list of files from one location to another.

Parameters:
  • source (Sequence[str]) – The names of the source files.

  • target (str) – The name of the target directory.

  • fs_source (AbstractFileSystem) – The file system that the source files are stored on.

  • fs_target (AbstractFileSystem) – The file system that the target directory is stored on.

Return type:

None