Skip to content

PurePath.anchorParts() method

pathlib-ts > PurePath > anchorParts

Signature:

protected anchorParts(): {
drive: string;
root: string;
};

Returns:

{ drive: string; root: string; }