ReadOnly
Provides operations for path serialization, structure navigation, and content reading using Path objects in a read-only manner without modifying the filesystem.
Functions
Filters the current read-only file system implementation such that only paths that are accepted by filter are visible and accessible.
Converts the given absolute file path string to a normalized Path object.
Detects the type of content stored in a file using a path.
Creates a Source for reading from a file at the specified path. The returned Source is buffered. It is created with Dispatchers.IO context.
Retrieves metadata for a given file or directory path.
Computes the relative path from the given root to the specified path.
Converts the given path to its absolute path representation as a string. The path is normalized before being converted.