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

Method isDirectory

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

Source from the content-addressed store, hash-verified

201
202 /// Checks if this file is a directory.
203 public boolean isDirectory() {
204 return FileSystemStorage.getInstance().isDirectory(path);
205 }
206
207 /// Checks if this file object represents a regular file.
208 public boolean isFile() {

Callers 7

isFileMethod · 0.95
mkdirMethod · 0.95
updateLabelImagesMethod · 0.95
syncDirectoriesMethod · 0.95
findLibCSSFilesMethod · 0.95
selectFileMethod · 0.95
downloadUrlSafelyMethod · 0.45

Calls 1

getInstanceMethod · 0.95

Tested by

no test coverage detected