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

Method ReadIni

src/pkgDm/Dm2Java.java:1883–1885  ·  view source on GitHub ↗

从Ini中读取指定信息. @param section 小节名 @param key 变量名. @param file ini文件名. @return 字符串形式表达的读取到的内容

(String section,String key,String file)

Source from the content-addressed store, hash-verified

1881 * @return 字符串形式表达的读取到的内容
1882 */
1883 public String ReadIni(String section,String key,String file){
1884 return Dispatch.call(dm,"ReadIni",section,key,file).getString();
1885 }
1886
1887 /**
1888 * 弹出选择文件夹对话框,并返回选择的文件夹.

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getStringMethod · 0.45

Tested by

no test coverage detected