interface path.FormatInputPathObject
Properties Jump to heading
optional
Jump to headingroot: string | undefinedThe root of the path such as '/' or 'c:'
optional
Jump to headingdir: string | undefinedThe full directory path such as '/home/user/dir' or 'c:\path\dir'
optional
Jump to headingbase: string | undefinedThe file name including extension (if any) such as 'index.html'
optional
Jump to headingext: string | undefinedThe file extension (if any) such as '.html'
optional
Jump to headingname: string | undefinedThe file name without extension (if any) such as 'index'