FileSystemError

Undocumented

  • Determines if two FileSystemErrors are equal. Does not check the types of the paths, just that they are equal in content. - Returns: True iff the two FileSystemErrors are of the same type, and the paths have the same content. Otherwise False.

    Declaration

    Swift

    public static func == (left: FileSystemError, right: FileSystemError) -> Bool

    Return Value

    True iff the two FileSystemErrors are of the same type, and the paths have the same content. Otherwise False.

  • Determines if two FileSystemErrors are equal. Does not check the types of the paths, just that they are equal in content. - Returns: True iff the two FileSystemErrors are of the same type, and the paths have the same content. Otherwise False.

    Declaration

    Swift

    public var description: String