简体   繁体   中英

How to open mapped network Drive in windows explorer using java

I have shared network drive. In windows we will open network drive using run command (Example "\\\\ipAddress") . something similar to it I need to open network drive in windows explorer through java.

Runtime.getRuntime().exec("\\ipAddress");

应该这样做。

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM