PurePath.cloneFromParts() method
pathlib-ts > PurePath > cloneFromParts
PurePath.cloneFromParts() method
Section titled “PurePath.cloneFromParts() method”Signature:
protected cloneFromParts(drive: string, root: string, tail: string[]): PurePath;Parameters
Section titled “Parameters”|
Parameter |
Type |
Description |
|---|---|---|
|
drive |
string | |
|
root |
string | |
|
tail |
string[] |
Returns: