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

Method SelectDirectory

src/pkgDm/Dm2Java.java:1891–1893  ·  view source on GitHub ↗

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

()

Source from the content-addressed store, hash-verified

1889 * @return 选择的文件夹全路径
1890 */
1891 public String SelectDirectory(){
1892 return Dispatch.call(dm,"SelectDirectory").getString();
1893 }
1894
1895 /**
1896 * 弹出选择文件对话框,并返回选择的文件

Callers

nothing calls this directly

Calls 2

callMethod · 0.95
getStringMethod · 0.45

Tested by

no test coverage detected