Page 1 of 1

%ActivDir% does not have trailing "\"

Posted: 29.10.2007, 01:07
by JohnFredC
It took me a couple of tries to realize the "\" was missing when I initially configured the parameter for a custom tool.

1. %ActivDir%%ActivItem% fails...

2. %ActivItem%\%ActivItem% succeeds...

My preference would be for [1] to be the correct syntax.

Posted: 31.12.2007, 06:11
by Altober
Hi, You should try put "%ActivDir%", it work.
%ActivDir% (without quotes) don't work fine.