Skip to content

PurePath.cloneFromParts() method

pathlib-ts > PurePath > cloneFromParts

Signature:

protected cloneFromParts(drive: string, root: string, tail: string[]): PurePath;

Parameter

Type

Description

drive

string

root

string

tail

string[]

Returns:

PurePath