Structureswift 6.0.1FoundationEssentials
FileAttributeType
struct FileAttributeType
struct FileAttributeType
import FoundationEssentials
protocol Equatable
A type that can be compared for value equality.
protocol Hashable : Equatable
A type that can be hashed into a Hasher
to produce an integer hash value.
protocol RawRepresentable<RawValue>
A type that can be converted to and from an associated raw value.
protocol Sendable
init(_ rawValue: String)
init(rawValue: String)
static let typeBlockSpecial: FileAttributeType
static let typeCharacterSpecial: FileAttributeType
static let typeDirectory: FileAttributeType
static let typeRegular: FileAttributeType
static let typeSocket: FileAttributeType
static let typeSymbolicLink: FileAttributeType
static let typeUnknown: FileAttributeType
let rawValue: String
var hashValue: Int { get }
static func != (lhs: Self, rhs: Self) -> Bool
Returns a Boolean value indicating whether two values are not equal.
func hash(into hasher: inout Hasher)