Help for script to rename file/folder

Discuss and share scripts and script files...
Post Reply
Ysl
Posts: 158
Joined: 03 Jan 2007 22:22

Help for script to rename file/folder

Post by Ysl »

Hi

This must be very simple for scripting expert...

I would like to ask help for a script that will add a " +" at the end of some folders/files (before extension) name.

So that folder "Music" will become "Music +" and file "Music.mp3" will become "Music +.mp3"

Thanks !

Stefan
Posts: 1360
Joined: 18 Nov 2008 21:47
Location: Europe

Re: Help for script to rename file/folder

Post by Stefan »

Add an " +" at the end of folder name and file base name on all selected files and folders:

test with "Scripting > Try Script..."
rename b, "* +";

[OK]
[Continue]

Ysl
Posts: 158
Joined: 03 Jan 2007 22:22

Re: Help for script to rename file/folder

Post by Ysl »

Great ! Works fine, Thanks !

Post Reply