gigl.common.utils.copy_files#

gigl.common.utils.local_fs.copy_files(local_source_to_local_dst_path_map: Dict[LocalUri, LocalUri], should_overwrite: bool | None = False) None#

Copy files from source paths to destination paths.

Args:

local_source_to_local_dst_path_map (Dict[LocalUri, LocalUri]): A dictionary mapping source paths to destination paths. should_overwrite (Optional[bool]): If True, overwrite existing files at the destination paths. Defaults to False.

Returns:

None