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

Method WriteFile

src/pkgDm/Dm2Java.java:1909–1911  ·  view source on GitHub ↗

向指定文件追加字符串. @param file 文件 @param content 写入的字符串. @return 0 : 失败 1 : 成功

(String file,String content)

Source from the content-addressed store, hash-verified

1907 * @return 0 : 失败 1 : 成功
1908 */
1909 public int WriteFile(String file,String content){
1910 return Dispatch.call(dm,"WriteFile",file,content).getInt();
1911 }
1912
1913 /**
1914 * 向指定的Ini写入信息.

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected