MCPcopy Create free account
hub / github.com/SeanDragon/protools / moveDir

Method moveDir

common/src/main/java/pro/tools/file/ToolFile.java:426–428  ·  view source on GitHub ↗

移动目录 @param srcDirPath 源目录路径 @param destDirPath 目标目录路径 @return true: 移动成功 false: 移动失败

(String srcDirPath, String destDirPath)

Source from the content-addressed store, hash-verified

424 * @return {@code true}: 移动成功<br>{@code false}: 移动失败
425 */
426 public static boolean moveDir(String srcDirPath, String destDirPath) throws IOException {
427 return moveDir(getFileByPath(srcDirPath), getFileByPath(destDirPath));
428 }
429
430 /**
431 * 移动目录

Callers

nothing calls this directly

Calls 2

getFileByPathMethod · 0.95
copyOrMoveDirMethod · 0.95

Tested by

no test coverage detected