Select
Object implementing file system operations and serialization for file paths. Provides functionality for retrieving metadata, listing directory contents, determining parent paths, checking the existence of paths, and computing relative paths. Delegates serialization-related functionality to the Serialization
interface.
Functions
Converts a string representation of an absolute file path into a Path object.
Converts a relative path string to a Path
object by resolving it against a base path.
Retrieves metadata for a given file or directory path.
Computes the relative path from the given root to the specified path.
Converts a given Path object into its absolute path representation as a string.
Converts the given path to a string representation of the file path.