I have files that are generated every morning:
- Default_20140227_05.00.29.csv
- Default_20140226_05.00.29.csv
I would like to rename the files:
- VOD_20140227_05.00.29.csv
- VOD_20140226_05.00.29.csv
I would basically be replacing Default
with VOD
.
I am using Powershell 1.0. Any help would be greatly appreciated.