filter
fun <Path> FileSystemProvider.ReadOnly<Path>.filter(filter: TraversalFilter<Path>): FileSystemProvider.ReadOnly<Path>(source)
Filters the current read-only file system implementation such that only paths that are accepted by filter are visible and accessible.
fun <Path> FileSystemProvider.ReadWrite<Path>.filter(filter: TraversalFilter<Path>): FileSystemProvider.ReadWrite<Path>(source)
Filters the current read-write file system implementation such that only paths that are accepted by filter are visible and accessible.