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

Method SelectFile

src/pkgDm/Dm2Java.java:1899–1901  ·  view source on GitHub ↗

弹出选择文件对话框,并返回选择的文件 @return 选择的文件全路径

()

Source from the content-addressed store, hash-verified

1897 * @return 选择的文件全路径
1898 */
1899 public String SelectFile(){
1900 return Dispatch.call(dm,"SelectFile").getString();
1901 }
1902
1903 /**
1904 * 向指定文件追加字符串.

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getStringMethod · 0.45

Tested by

no test coverage detected