Searched defs:getCanonicalPath (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/io/
H A DFile.java413 public String getCanonicalPath() throws IOException { method in class:File
426 * Equivalent to {@code new File(this.getCanonicalPath())}.
433 return new File(getCanonicalPath());

Completed in 62 milliseconds