Serialization
Provides functionality for serializing and deserializing file paths and handling metadata related to file paths. Implements the FileSystemProvider.Serialization
interface for Path
type.
Functions
Link copied to clipboard
Converts the given absolute file path string to a normalized Path object.
Link copied to clipboard
Converts a relative string representation of a path into a normalized Path object based on the provided base Path.
Link copied to clipboard
Converts the given path to its absolute path representation as a string. The path is normalized before being converted.
Link copied to clipboard
Converts the given Path to a normalized string representation. This function is deprecated and should be replaced by the toAbsolutePathString
method.