pyiron_base.project.archiving.import_archive.transfer_files#
- pyiron_base.project.archiving.import_archive.transfer_files(origin_path: str, project_path: str) Tuple[DataFrame, str][source]#
Transfer files from the origin path to the project path.
- Parameters:
origin_path (str) – Path to the origin directory.
project_path (str) – Path to the project directory.
- Returns:
A tuple containing the job table and the common path.
- Return type:
Tuple[pandas.DataFrame, str]