Nodepathpath.FormatInputPathObjectinterface path.FormatInputPathObjectProperties ##root: string | undefined optionalThe root of the path such as '/' or 'c:' #dir: string | undefined optionalThe full directory path such as '/home/user/dir' or 'c:\path\dir' #base: string | undefined optionalThe file name including extension (if any) such as 'index.html' #ext: string | undefined optionalThe file extension (if any) such as '.html' #name: string | undefined optionalThe file name without extension (if any) such as 'index'
interface path.FormatInputPathObjectProperties ##root: string | undefined optionalThe root of the path such as '/' or 'c:' #dir: string | undefined optionalThe full directory path such as '/home/user/dir' or 'c:\path\dir' #base: string | undefined optionalThe file name including extension (if any) such as 'index.html' #ext: string | undefined optionalThe file extension (if any) such as '.html' #name: string | undefined optionalThe file name without extension (if any) such as 'index'