MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getFileSeparator

Method getFileSeparator

ij/src/main/java/ij/Prefs.java:508–510  ·  view source on GitHub ↗

Returns the file.separator system property.

()

Source from the content-addressed store, hash-verified

506
507 /** Returns the file.separator system property. */
508 public static String getFileSeparator() {
509 return separator;
510 }
511
512 /** Opens the ImageJ preferences file ("IJ_Prefs.txt") file. */
513 static void loadPreferences() {

Callers 1

showDialogMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected