Also rename parts of the path

If you need help on how to use the program
Post Reply
mll
Posts: 1
Joined: 2012-10-15 17:13:19

Also rename parts of the path

Post by mll »

Hi,

Here's a question whose answer I didn't find in the forum : is it possible to apply actions (like replace) on the path of the included files ?

Example :

My files would be

Code: Select all

c:\folder\to\photos\myphoto1.jpg
c:\folder\to\photos\myphoto.2jpg
c:\folder\to\photos\mytextfile.txt
And for example replacing "\folder\" with "\directory\" would return :

Code: Select all

c:\directory\to\photos\myphoto1.jpg
c:\directory\to\photos\myphoto.2jpg
c:\directory\to\photos\mytextfile.txt
Another example : replacing "\photos\" with "\" would move the files up one level :

Code: Select all

c:\directory\to\myphoto1.jpg
c:\directory\to\myphoto.2jpg
c:\directory\to\mytextfile.txt
soulsnake
Posts: 756
Joined: 2011-03-14 15:42:20
Location: France

Post by soulsnake »

Hi,

This should be possible with scripting in last version 4.1.2 [BETA].
- There are functions to move files and folders
- There are functions to list folder if needed
- There are functions to change fields or picture path of linked pictures
You can see help file for more details on available functions ;).

Soulsnake.
Post Reply