Renaming 2 thousand Files? Do it the Python way…
I ran into a situation earlier that I needed to bulk rename the file extension on a couple thousand files…. The first hurtle was that a majority of the files had a “\” Â (or was it “/”?) in it. Â Since I am on a Unix platform, it appears that the os.listdir function wasn’t able to […]