Hi,
I'm trying to extract a list of files which meet certain criteria to drive another process. If I use -filename I just get the name, but I want the "full" name including path. Is there a pseudo-tag for this?
Thanks
Andrew
Hi Andrew,
Three ideas come to mind:
You could use -p "$directory/$filename".
Or when processing multiple files, the full path name is given at the start of each section of output.
Alternatively, you could create a user-defined Composite tag.
- Phil