• 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.

    Parameters

    • path: string

      The path to evaluate.

    • Optional ext: string

      An extension to remove from the result.

    Returns string