|
Bugzilla – Bug 61 |
getDirectory("startup") returns empty string on OSX |
Last modified: 2015-04-06 15:44:13 CDT |
| ⚠ |
NOTICE! This is a static HTML version of a legacy Fiji BugZilla bug. The Fiji project now uses GitHub Issues for issue tracking. Please file all new issues there. |
| getDirectory("startup") returns empty string on OSX | |
|
|
|
||||||||||||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||||||||||||||
If I use the macro function getDirectory("startup") with plain ImageJ, it will return the folder where ImageJ is installed. If I do the same with Fiji, the output is just "//" (that's two slashes). I would expect the output to be "/Applications/Fiji.app/" (I'm on a Mac), since the getDirectory("plugins") function returns "/Applications/Fiji.app/plugins" which is correct.