SyntaxFix
Write A Post
Hire A Developer
Questions
In case you've come this far down. The answer is that you need the entire path and file name
import os shutil.copy(os.path.join(old_dir, file), os.path.join(new_dir, file))