Also rename parts of the path
Posted: 2012-10-15 17:18:44
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
And for example replacing "\folder\" with "\directory\" would return :
Another example : replacing "\photos\" with "\" would move the files up one level :
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
Code: Select all
c:\directory\to\photos\myphoto1.jpg
c:\directory\to\photos\myphoto.2jpg
c:\directory\to\photos\mytextfile.txt
Code: Select all
c:\directory\to\myphoto1.jpg
c:\directory\to\myphoto.2jpg
c:\directory\to\mytextfile.txt