• Return the last portion of a path. Similar to the Unix basename command. Often used to extract the file name from a fully qualified path.

    Throws

    if path is not a string or if ext is given and is not a string.

    Parameters

    • path: string

      the path to evaluate.

    • Optional suffix: string

      optionally, an extension to remove from the result.

    Returns string

Generated using TypeDoc