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

Method getFilePath

ij/src/main/java/ij/io/FileInfo.java:170–176  ·  view source on GitHub ↗

Returns the file path.

()

Source from the content-addressed store, hash-verified

168
169 /** Returns the file path. */
170 public String getFilePath() {
171 String dir = directory;
172 if (dir==null)
173 dir = "";
174 dir = IJ.addSeparator(dir);
175 return dir + fileName;
176 }
177
178 /** Returns the offset as a long. */
179 public final long getOffset() {

Callers 6

getInfoMethod · 0.95
openImageMethod · 0.95
revertToSavedMethod · 0.45
createInputStreamMethod · 0.45
errorMethod · 0.45
createInputStreamMethod · 0.45

Calls 1

addSeparatorMethod · 0.95

Tested by

no test coverage detected