You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A python script for bulk copy pasting and file replacing in sub folders
How replacing works
The script checks if any files in any subfolder in destination_dir matches with any file in source_dir. If this is true, the file is replaced by the source_dir file.
About
A python script for bulk copy pasting and file replacing in sub folders