Manage Download Folder using Python
Tame a cluttered Downloads folder with a short Python script that uses os, shutil and time to move files older than 30 days into a to_delete folder.
Tame a cluttered Downloads folder with a short Python script that uses os, shutil and time to move files older than 30 days into a to_delete folder.