from pathlib import Path src_path = '\tmp\files_to_move' for each_file in Path(src_path).glob('*.*'): # grabs all files trg_path = each_file.
確定! 回上一頁