Skip to main content

FormatInputPathObject

interface path.FormatInputPathObject

Properties Jump to heading

optional
Jump to headingroot: string | undefined

The root of the path such as '/' or 'c:'

optional
Jump to headingdir: string | undefined

The full directory path such as '/home/user/dir' or 'c:\path\dir'

optional
Jump to headingbase: string | undefined

The file name including extension (if any) such as 'index.html'

optional
Jump to headingext: string | undefined

The file extension (if any) such as '.html'

optional
Jump to headingname: string | undefined

The file name without extension (if any) such as 'index'

Back to top