create

fun create(style: PathStyle = defaultStyle): PathAPI

Create Paths Module

Create a paths module with the provided style as the default path style, if specified; if no path style is specified, the current operating system is queried to determine the path style to use.

Return

A new instance of the Node path utilities

Parameters

style

Overriding path style to use (optional)