ReadOnly
A read-only object implementing file system provider interfaces for handling file serialization, selection, and reading functionalities.
This object combines the functionalities of FileSystemProvider.ReadOnly
, FileSystemProvider.Select
, and FileSystemProvider.Read
using delegation. It provides operations for path serialization, structure navigation, and content reading in a read-only manner.
Functions
Converts an absolute string representation of a file path into a normalized Path object.
Resolves a given relative path string against a base path and returns the normalized path.
Retrieves the metadata associated with the specified file or directory.
Relativizes the given path path
based on the specified root
path. This function calculates the relative path from the root
to the path
.
Converts the given Path to its absolute path string representation.
Converts the specified path to its string representation.