#path and #file

Hi!

I'd like to use the External Tools Configuration, because I make a special external application by myself. My application's first parameter is the saved filename and path. I'd like to use the #path parameter to pass the path to my application, but the #path parameter returning the path in OLD DOS format!
Because I need the long XP filename format.
What can I do?
 
If you specify #path, 8.3 names will be used. If you specify "#path", the full name will be used, enclosed in quotes.
 
Back
Top