Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私はディスククローラーを作成しています。ユーザーが既存のパスを指定しない場合、プログラムは使用可能なすべてのディスクを検索する必要があります。誰かがそれが可能であり、それがJavaからそれを行う方法であるかどうかを知っていますか?
これを試して:
File.listRoots();
Windows でのみ動作します。UNIX ベースのオペレーティング システムでは、ディスクの数に関係なく、ルートは 1 つになります。