Function pathIsRelativeWindows

  • Determines if a given filepath is a relative path in Windows.

    Parameters

    • filepath: string

      The filepath to evaluate.

    Returns boolean

    A boolean indicating whether the filepath is a relative path.

Generated using TypeDoc