Function pathIsUnc

  • Determines if a given filepath is a UNC path.

    Parameters

    • filepath: string

      The filepath to evaluate.

    Returns boolean

    A boolean indicating whether the filepath is a UNC path.

Generated using TypeDoc