Provide placeholder for absolute path
steini86 opened this issue · 1 comments
steini86 commented
All my scripts work with absolute paths and I use something like /var/www/m.js86.de/files/ocdata/"$1"
where the first parameter is %n. However, it should be easy to directly provide a placeholder with the absolute path. (If I understand it correctly, %n is created by using the full path and stripping the base).
blizzz commented
(If I understand it correctly, %n is created by using the full path and stripping the base)
nope, it's more complicated:
workflow_script/lib/Operation.php
Lines 265 to 331 in 9fe9d44
%f should give you the absolute path for files available on local storage. Those from external will be copied to a temp directory.