Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/afkT/DevUtils
/ getFile
Method
getFile
lib/DevApp/src/main/java/dev/utils/common/FileUtils.java:41–43 ·
view source on GitHub ↗
获取文件 @param filePath 文件路径 @return 文件 File
(final String filePath)
Source
from the content-addressed store, hash-verified
39
* @
return
文件 {@link File}
40
*/
41
public
static
File getFile(
final
String filePath) {
42
return
getFileByPath(filePath);
43
}
44
45
/**
46
* 获取文件
Callers
15
notifyMediaStore
Method · 0.95
createUriByPath
Method · 0.95
insertMedia
Method · 0.95
fromFile
Method · 0.95
getSDCardFile
Method · 0.95
getAppDataPath
Method · 0.95
getAppDataDir
Method · 0.95
getAppCachePath
Method · 0.95
getAppCacheDir
Method · 0.95
getAppFilesDir
Method · 0.95
getAppDataDir
Method · 0.95
getAppDataPath
Method · 0.95
Calls
1
getFileByPath
Method · 0.95
Tested by
no test coverage detected