Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/FongMi/CatVodSpider
/ root
Method
root
app/src/main/java/com/github/catvod/utils/Path.java:33–35 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
31
}
32
33
public
static
File root() {
34
return
Environment.getExternalStorageDirectory();
35
}
36
37
public
static
File tv() {
38
return
mkdir(
new
File(root() + File.separator +
"TV"
));
Callers
1
tv
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected