Read
Provides utility methods for reading file data and retrieving file-related metadata. Implements the FileSystemProvider.Read
and delegates file serialization operations to the Serialization
interface.
Functions
Link copied to clipboard
Converts a string representation of an absolute file path into a Path object.
Link copied to clipboard
Converts a relative path string to a Path
object by resolving it against a base path.
Link copied to clipboard
Converts a given Path object into its absolute path representation as a string.
Link copied to clipboard
Converts the given path to a string representation of the file path.