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

Method CopyFile

src/pkgDm/Dm2Java.java:1785–1787  ·  view source on GitHub ↗

拷贝文件. @param src_file 原始文件名 @param dst_file 目标文件名 @param over 0 : 如果dst_file文件存在则不覆盖返回. 1 : 如果dst_file文件存在则覆盖. @return 0:失败 1:成功

(String src_file,String dst_file,int over)

Source from the content-addressed store, hash-verified

1783 * @return 0:失败 1:成功
1784 */
1785 public int CopyFile(String src_file,String dst_file,int over){
1786 return Dispatch.call(dm,"CopyFile",src_file,dst_file,over).getInt();
1787 }
1788
1789 /**
1790 * 创建指定目录.

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected