Action to use relative path of file
Is there any way I can set this sort of thing up in an action?
I curently use a simple generic action to flatten, save and close the file I am working on, an it simply overwrites the file in is current location. All good.
But not I want a similar Action to be able to save the same file (after resizing) file in a different folder, which will always be up one level, and I need trhis to work no matter what file for whatever client I am working on.
For instance, part of my base client folder structure is as follows:
c:\client name\Finished Files
c:\client name\Cropped Files
where "client name" is the name of the client
So when I have a file open in Finished Files, and I hit my curent action, it simple saves overt eh original file in the same place. But I would like to be able to save a rezed version in the other directory, which will always be there for all my client directory structures.
If I create an action to save in the Cropped Files directory, then the path the that clients Cropped Files will always be used. How can I make the action to work relative to the client directory structure?
Thank in advance
