Page 1 of 1

Also rename parts of the path

Posted: 2012-10-15 17:18:44
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

Posted: 2012-10-15 18:29:20
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.