MCPcopy Create free account
hub / github.com/defold/defold / getSupportPath

Method getSupportPath

editor/src/java/com/defold/editor/Editor.java:30–36  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

28 }
29
30 public static Path getSupportPath() throws IOException {
31 Path supportPath = SupportPath.getPlatformSupportPath("Defold");
32 if (!Files.exists(supportPath)) {
33 Files.createDirectories(supportPath);
34 }
35 return supportPath;
36 }
37
38 public static Path getLogDirectory() throws IOException {
39 String defoldLogDir = System.getProperty("defold.log.dir");

Callers 4

getLogDirectoryMethod · 0.95
deleteOldUnpackDirsMethod · 0.95
unpackResourcesMethod · 0.95
getUnpackPathMethod · 0.95

Calls 2

existsMethod · 0.65

Tested by

no test coverage detected