Hi
When doing a 'File->Copy/Move...', one of the options is to rename with variable substitution.
However, I haven't figured how to specify creating directories in the path.
Currently I specify the following
{fpth:-11,4}/{fpth:-6,2}/{fpth:-3,2}/{file}
which should ideally copy to a directory structure of (say) 2012/06/23/filename where the directory path is
created if it doesn't exist i.e. in the same way that mkdir -p 2012/06/23 does
However, what actually happens is that the file gets copied to destination directory and is named as follows
2012-06-23-filename
Which means I use a noddy script I wrote to move the files to the desired path.
See attached screenshot.
Thanks
Mark
[attachment deleted by admin]