Closed Jotschi closed 4 years ago
We should add a check for unsupported filesystems and fail early. Maybe we can use the type method:
http://openjdk.java.net/projects/nio/javadoc/java/nio/file/FileStore.html#type%28%29
Automatic check was added in 1.4.0
We should add a check for unsupported filesystems and fail early. Maybe we can use the type method:
http://openjdk.java.net/projects/nio/javadoc/java/nio/file/FileStore.html#type%28%29