Function validatePathDoesNotContainInvalidChars

Tests whether a path is in the correct format; the value doesn't include the characters "[", "]", "?", "<", ">", "?", "|"

  • Parameters

    • value: string

      The path as a string.

    Returns boolean