marschall / memoryfilesystem

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

Implement FileSystemProvider#deleteIfExists #134

Closed marschall closed 8 months ago

marschall commented 2 years ago

Implement FileSystemProvider#deleteIfExists to avoid exceptions in traces. Is already present in JDK 7 https://docs.oracle.com/javase/7/docs/api/java/nio/file/spi/FileSystemProvider.html#deleteIfExists(java.nio.file.Path).