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

Method mkdir

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

Source from the content-addressed store, hash-verified

348 ///
349 /// True on success.
350 public boolean mkdir() {
351 FileSystemStorage.getInstance().mkdir(path);
352 return exists() && isDirectory();
353 }
354
355 /// Attempts to make the directory (and all parent directories) of this object.
356 ///

Callers 7

mkdirsMethod · 0.95
exectuteMethod · 0.95
syncDirectoriesMethod · 0.95
createTempFileMethod · 0.45
downloadUrlSafelyMethod · 0.45
getCacheFileNameMethod · 0.45

Calls 3

getInstanceMethod · 0.95
existsMethod · 0.95
isDirectoryMethod · 0.95

Tested by

no test coverage detected