Interface ParsedPath

由path.parse()生成或由path.format()使用的已解析路径对象。

Hierarchy

  • ParsedPath

Properties

Properties

base: string

包含扩展名(如有)的文件名,如'index.html'

dir: string

完整的目录路径,如'/home/user/dir'或'c:\path\dir'

ext: string

文件扩展名(如果有),如'.html'

name: string

没有扩展名(如果有)的文件名,如'index'

root: string

路径的根,如'/'或'c:'

Generated using TypeDoc