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

Method WriteIni

src/pkgDm/Dm2Java.java:1921–1923  ·  view source on GitHub ↗

向指定的Ini写入信息. @param section 小节名 @param key 变量名 @param value 变量内容 @param file ini文件名 @return 0 : 失败 1 : 成功

(String section,String key,String value,String file)

Source from the content-addressed store, hash-verified

1919 * @return 0 : 失败 1 : 成功
1920 */
1921 public int WriteIni(String section,String key,String value,String file){
1922 return Dispatch.call(dm,"WriteIni",section,key,value,file).getInt();
1923 }
1924
1925
1926/////////////////////////////文字识别////////////////////////////////////

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected