Function pathGetSeparator

  • Returns the first forward- or back-slash found in the given path. If no slash is found, returns the platform-specific path separator.

    Parameters

    • filepath: string

      The path to evaluate.

    Returns string

Generated using TypeDoc