#include does not accept spaces!
Hi again!!
Trying to execute a script with the #include command.
It works great when the path does not conatin any spaces but else it fails and say that it cant find the file. Even networkshares work without spaces.
You may think that i have not tried to enclose it in " " signs but i actually have tried that with no success ![]()
#include Y:\scripts\ClintEastwood\script.jsx //WIN!!
#include Y:\scripts\Clint Eastwood\script.jsx //FAIL!!
#include 'Y:\scripts\Clint Eastwood\script.jsx' //FAIL!!
#include "Y:\scripts\Clint Eastwood\script.jsx" //FAIL!!
Anyone have an idea on how to solve this, i will give you a goldstar if you do :=)
// Mr Clint
