Hello,
Brand new to this forum.
Wanted to see if it was possible to remove . (period) from in between each word of a filename?
e.g.
The.sky.is.falling -----> The sky is falling
Thanks
Hello,
Brand new to this forum.
Wanted to see if it was possible to remove . (period) from in between each word of a filename?
e.g.
The.sky.is.falling -----> The sky is falling
Thanks
Ideally, you rename the file with data from the tags.
Try an action (quick) of the type "Replace" for _FILENAME
Search for: .
Replace with:
(space)
I got it. Thank you very much!