Mount and unmount hard drives

后端 未结 4 1822
情书的邮戳
情书的邮戳 2021-01-14 07:12

How can I mount and unmount hard drives (platform independent, so no using Runtime to execute a hard-coded command) in the Java Programming Language?

4条回答
  •  春和景丽
    2021-01-14 07:38

    As there is no way to do this portably (or even with the same semantics), there is no built-in Java method to do so.

提交回复
热议问题