MCPcopy Create free account
hub / github.com/Frontrooms/3.0-GC / createFolder

Method createFolder

src/main/java/emu/grasscutter/utils/Utils.java:130–132  ·  view source on GitHub ↗

Creates a folder on the file system. @param path The path to the folder. @return True if the folder was created, false otherwise.

(String path)

Source from the content-addressed store, hash-verified

128 * @return True if the folder was created, false otherwise.
129 */
130 public static boolean createFolder(String path) {
131 return new File(path).mkdirs();
132 }
133
134 /**
135 * Copies a file from the archive's resources to the file system.

Callers 2

startupCheckMethod · 0.95
CheckAndCopyDataMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected