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

Method IsFileExist

src/pkgDm/Dm2Java.java:1854–1856  ·  view source on GitHub ↗

判断指定文件是否存在. @param file 文件名 @return 0 : 不存在 1 : 存在

(String file)

Source from the content-addressed store, hash-verified

1852 * @return 0 : 不存在 1 : 存在
1853 */
1854 public int IsFileExist(String file){
1855 return Dispatch.call(dm,"IsFileExist",file).getInt();
1856 }
1857
1858 /**
1859 * 移动文件

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected