replace / in filename with _
replace / in filename with _
- Subject: replace / in filename with _
- From: kim <email@hidden>
- Date: Wed, 28 Nov 2001 12:17:23 +1100
Hi all,
I have about 5000 files contained in a whole bunch of nested folders and
I need to replace a '/' (slash) in their names with an underscore.
(typically the names are 88/1, 2/87, and I need them to be 88_1, 2_87)
Does anyone have some code snippets that might help with this rather than
me having to start from scratch?
TIA