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

Method DeleteIni

src/pkgDm/Dm2Java.java:1823–1825  ·  view source on GitHub ↗

删除指定的ini小节. @param section 小节名 @param key 变量名. 如果这个变量为空串,则删除整个section小节. @param file ini文件名. @return ini文件名.

(String section,String key,String file)

Source from the content-addressed store, hash-verified

1821 * @return ini文件名.
1822 */
1823 public int DeleteIni(String section,String key,String file){
1824 return Dispatch.call(dm,"DeleteIni",section,key,file).getInt();
1825 }
1826
1827 /**
1828 * 从internet上下载一个文件.

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getIntMethod · 0.45

Tested by

no test coverage detected