MCPcopy Create free account
hub / github.com/HelloBush/Java_MHXYdemo / MoveFile

Method MoveFile

src/pkgDm/Dm2Java.java:1864–1866  ·  view source on GitHub ↗

移动文件 @param src_file 原始文件名 @param dst_file 目标文件名 @return 0 : 失败 1 : 成功

(String src_file,String dst_file)

Source from the content-addressed store, hash-verified

1862 * @return 0 : 失败 1 : 成功
1863 */
1864 public int MoveFile(String src_file,String dst_file){
1865 return Dispatch.call(dm,"MoveFile",src_file,dst_file).getInt();
1866 }
1867
1868 /**
1869 * 从指定的文件读取内容.

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected