PurePath.anchorParts() method
pathlib-ts > PurePath > anchorParts
PurePath.anchorParts() method
Section titled “PurePath.anchorParts() method”Signature:
protected anchorParts(): { drive: string; root: string; };Returns:
{ drive: string; root: string; }