MCPcopy 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

notifyMediaStoreMethod · 0.95
createUriByPathMethod · 0.95
insertMediaMethod · 0.95
fromFileMethod · 0.95
getSDCardFileMethod · 0.95
getAppDataPathMethod · 0.95
getAppDataDirMethod · 0.95
getAppCachePathMethod · 0.95
getAppCacheDirMethod · 0.95
getAppFilesDirMethod · 0.95
getAppDataDirMethod · 0.95
getAppDataPathMethod · 0.95

Calls 1

getFileByPathMethod · 0.95

Tested by

no test coverage detected