Companion
Node API: Path Factory
Defines methods for creating paths from various primitive values, including String instances, and Kotlin and Java standard path types.
Functions
Link copied to clipboard
Effectively copies another Node-compliant Path type.
Create a Node-style parsed Path object from a Java I/O file.
Create a Node-style parsed Path object from a Java NIO path.
Create a Node-style parsed Path object from string segments in a sequence; this method uses the active path style.
Create a Node-style parsed Path object from a Kotlin path.
Create a Node-style parsed Path object from a string path; this method uses the active path style if none is provided.
Create a Node-style parsed Path object from string segments; this method uses the active path style.