... not the fully qualified names. You can join them back together: for f in files: if f.startswith("Test"): shutil.move(os.path.join(source, f), dest1) ...
確定! 回上一頁