interface ParsedPathView codeA parsed path object generated by path.parse() or consumed by path.format(). Propertiesroot: stringView codeThe root of the path such as '/' or 'c:' dir: stringView codeThe full directory path such as '/home/user/dir' or 'c:\path\dir' base: stringView codeThe file name including extension (if any) such as 'index.html' ext: stringView codeThe file extension (if any) such as '.html' name: stringView codeThe file name without extension (if any) such as 'index'