Interface ParsedPathNice

Hierarchy

  • ParsedPathNice

Methods

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

    Returns string

  • Parameters

    • newBase: string

    Returns ParsedPathNice

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

    Returns string

  • Parameters

    • newDir: string

    Returns ParsedPathNice

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

    Returns string

  • Parameters

    • newExt: string

    Returns ParsedPathNice

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

    Returns string

  • Parameters

    • newName: string

    Returns ParsedPathNice

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

    Returns string

  • Parameters

    • newRoot: string

    Returns ParsedPathNice

Generated using TypeDoc