MCPcopy Create free account
hub / github.com/codenameone/CodenameOne / exists

Method exists

CodenameOne/src/com/codename1/io/File.java:198–200  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

196
197 /// Checks if the file described by this object exists on the file system.
198 public boolean exists() {
199 return FileSystemStorage.getInstance().exists(path);
200 }
201
202 /// Checks if this file is a directory.
203 public boolean isDirectory() {

Callers 15

createNewFileMethod · 0.95
mkdirMethod · 0.95
mkdirsMethod · 0.95
actionPerformedMethod · 0.95
isGuiBuilderAppMethod · 0.95
refreshRecentMenuMethod · 0.95
configureNetbeansMethod · 0.95

Calls 2

getInstanceMethod · 0.95
existsMethod · 0.65

Tested by

no test coverage detected