ReadOnly
Functions
Link copied to clipboard
fun <Path> FileSystemProvider.ReadOnly<Path>.filter(filter: TraversalFilter<Path>): FileSystemProvider.ReadOnly<Path>
Filters the current read-only file system implementation such that only paths that are accepted by filter are visible and accessible.
Link copied to clipboard
Creates a Path object from an absolute path string. This method works with the path structure and doesn't check if the path actually exists in the filesystem.
Link copied to clipboard
Detects the type of content stored in a file using a path.
Link copied to clipboard
Creates a Source for reading from a file at the specified path. The returned Source is buffered.
Link copied to clipboard
Retrieves metadata for a file or directory using a path.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Converts a path to its absolute path string representation. This method works with the path structure and doesn't check if the path actually exists in the filesystem.