How do I access the equivalent of [inlinecode]File.separator[/inlinecode] in a Javascript? It does not seem to be an attribute in http://javadoc.imagej.net/Java6/index.html?java/io/File.html. I was able to do
importPackage(Packages.ij.File);
But I’ve also been recommended to go directly to Java classes. What is the best approach?