On Sat, 2007-06-30 at 22:58 -0700, Ted Gould wrote:
On Sat, 2007-06-30 at 03:23 -0500, Bob Jamison wrote:
The script path should always be relative to where Inkscape.exe is. That way we can have some consistency among shells and interpreters.
So, how do we find this?
Is this it:
140 RegistryTool rt; 141 Glib::ustring fullPath; 142 Glib::ustring path; 143 Glib::ustring exeName; 144 if (rt.getExeInfo(fullPath, path, exeName)) {
Where fullPath would be the location of the inkscape.exe binary?
If so, can we change path-prefix.h to include a call to this somehow so that all the directories in Inkscape become full paths instead of relative ones. It would seem that would ensure that things would work correctly no mater how you initiated Inkscape.
--Ted