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

/dalvik/libcore/luni/src/main/java/java/io/
H A DFile.java430 * @return {@code true} if this file exists, {@code false} otherwise.
437 public boolean exists() { method in class:File
1113 * {@code false} if the target directory already exists or one of
1121 /* If the terminal directory already exists, answer false */
1122 if (exists()) {
1146 * already exists.

Completed in 54 milliseconds