Select
Represents an interface for handling file and directory operations within a filesystem context. Extends the Serialization
interface to support path serialization and deserialization.
Parameters
Path
The type representing the file or directory path.
Inheritors
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
Retrieves the metadata associated with the specified file or directory.
Link copied to clipboard
Relativizes the given path path
based on the specified root
path. This function calculates the relative path from the root
to the 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.