MCPcopy Create free account
hub / github.com/FongMi/CatVodSpider / mkdir

Method mkdir

app/src/main/java/com/github/catvod/utils/Path.java:24–27  ·  view source on GitHub ↗
(File file)

Source from the content-addressed store, hash-verified

22 private static final String TAG = Path.class.getSimpleName();
23
24 private static File mkdir(File file) {
25 if (!file.exists()) file.mkdirs();
26 return file;
27 }
28
29 public static File download() {
30 return Environment.getExternalStoragePublicDirectory(Environment.DIRECTORY_DOWNLOADS);

Callers 2

tvMethod · 0.95
createMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected