Skip to content Skip to sidebar Skip to footer
Showing posts with the label File Rename

How To Rename File With A Sequence That Restarts If Certain Matches Exist

That title doesn't explain much but I couldn't summarize it quickly. Let's say I have … Read more How To Rename File With A Sequence That Restarts If Certain Matches Exist

How Do I Add Text To Multiple Filenames Using Python?

I have a series of files that I need to add the creation year (2007) to the end of the filename: Cu… Read more How Do I Add Text To Multiple Filenames Using Python?

Rename And Move File With Python

I have a Python script that compares existing file names in a folder to a reference table and then … Read more Rename And Move File With Python