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

Method isFile

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

Source from the content-addressed store, hash-verified

206
207 /// Checks if this file object represents a regular file.
208 public boolean isFile() {
209 return !isDirectory();
210 }
211
212 /// Checks if this is a hidden file.
213 public boolean isHidden() {

Callers 1

updateMIDletListMethod · 0.95

Calls 1

isDirectoryMethod · 0.95

Tested by

no test coverage detected