interface path.FormatInputPathObject
optional
root: string | undefinedThe root of the path such as '/' or 'c:'
optional
dir: string | undefinedThe full directory path such as '/home/user/dir' or 'c:\path\dir'
optional
base: string | undefinedThe file name including extension (if any) such as 'index.html'
optional
ext: string | undefinedThe file extension (if any) such as '.html'
optional
name: string | undefinedThe file name without extension (if any) such as 'index'