MCPcopy Create free account
hub / github.com/BaseXdb/basex / path

Method path

basex-core/src/main/java/org/basex/io/IO.java:311–313  ·  view source on GitHub ↗

Returns the full path to the resource. The path uses forward-slashes, no matter which OS is used. @return path

()

Source from the content-addressed store, hash-verified

309 * @return path
310 */
311 public final String path() {
312 return pth;
313 }
314
315 /**
316 * Returns the directory path (all characters up to the last slash).

Callers 15

BaseXMethod · 0.95
scriptMethod · 0.95
assignMethod · 0.95
resolveMethod · 0.95
textMethod · 0.95
createMethod · 0.95
parseLibraryMethod · 0.95
initMethod · 0.95
moduleMethod · 0.95
toIOMethod · 0.95
itemMethod · 0.95
itemMethod · 0.95

Calls

no outgoing calls

Tested by 11

testSetMethod · 0.76
resolveMethod · 0.76
initDBMethod · 0.36
sandpitMethod · 0.36
testCaseMethod · 0.36
fileMethod · 0.36
W3CTSMethod · 0.36
runMethod · 0.36
parseMethod · 0.36
fileMethod · 0.36
evalMethod · 0.36