fs-core

The fs-core library provides utility classes and interfaces that can assist in implementing NIO.2 file systems.

Please refer to the Javadoc for more information.

Limitations

Classes SimpleAbstractPath, which can be used as a base class of Path implementations, and PathMatcherSupport, which can be used to help implement PathMatcher support in file systems, always use / as separator, and do not allow / inside file or directory names.