Options
All
  • Public
  • Public/Protected
  • All
Menu

A parsed path object generated by path.parse() or consumed by path.format().

Hierarchy

  • ParsedPath

Index

Properties

Properties

base

base: string

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

dir

dir: string

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

ext

ext: string

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

name

name: string

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

root

root: string

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

Generated using TypeDoc