Search code examples
javaiodiskweb-crawlerdiscovery

Is it possible to discover plugged disks from Java?


I'm writing a disk crawler and if the user doesn't provide an existing path the program should search all disks that are available. Does anybody know is it possible and if it is how to do that from Java?


Solution

  • Try this:

    File.listRoots();