Python script for appending filenames

Viewed 20

I'm new to Python programming and I'm wondering how to write a script to append a prefix to all filenames in a networked volume (the loop would have to crawl through a number of subfolders). I imagine there may be a dictionary for working with Windows directories. I'd appreciate any suggestions.

0 Answers
Related