marschall / memoryfilesystem

An in memory implementation of a JSR-203 file system
284 stars 36 forks source link

Implement FileSystemProvider#exists #133

Closed marschall closed 10 months ago

marschall commented 2 years ago

JDK 20 will add FileSystemProvider#exists to check for the existence of a file without relying on exceptions.