List Windows FileStores misses named mounts
Alan Bateman
Alan.Bateman at oracle.com
Sun Jul 29 06:49:28 UTC 2018
On 28/07/2018 21:42, Bernd Eckenfels wrote:
>
> Is there a reason why named Mounts are not listed and is there a cleaner way (without going through the FSP SPI) to get to its FileStore
>
The implementation only enumerates volumes that are associated with a
drive letter. It's something that doesn't come up very often so didn't
make it to the top of anyone's list.
Files.getFileStore is the API that I think you didn't find, no need to
use the SPI directly.
-Alan.
More information about the nio-dev
mailing list