-
Path variables
I’m trying to use source file path variables to define a move destination for a Worker command.
If my source is say /Volumes/XSAN1/Transfer/Cam1/…./file1.mov
I want to move this file to /Volumes/XSAN1/Transfer/Archive_Deletes
I need “XSAN1” and “Transfer” as variables so this will work on other Xsan volumes.
Based on the Help Variable page it would seem that:
$w/Archive_Deletes or /Volumes/$R/$Q/Archive_Deletes would work but they do not.All these variables that represent various depths to the file could be replaced by variables that simply parse each directory much like $1 -$9 does for filenames.
Is there a way to do this with the available variables?
Thanks
John