Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/HelloBush/Java_MHXYdemo
/ DeleteFile
Method
DeleteFile
src/pkgDm/Dm2Java.java:1803–1805 ·
view source on GitHub ↗
删除文件. @param file 文件名 @return 0:失败 1:成功
(String file)
Source
from the content-addressed store, hash-verified
1801
* @
return
0:失败 1:成功
1802
*/
1803
public
int
DeleteFile(String file){
1804
return
Dispatch.call(dm,
"DeleteFile"
,file).getInt();
1805
}
1806
1807
/**
1808
* 删除指定目录.
Callers
1
GameSeek
Method · 0.80
Calls
2
call
Method · 0.95
getInt
Method · 0.45
Tested by
no test coverage detected