StructureFoundation5.9.0
FileAttributeType
struct FileAttributeType
Citizens in Foundation
Conformances
protocol Equatable
A type that can be compared for value equality.
protocol Hashable
A type that can be hashed into a
Hasher
to produce an integer hash value.protocol RawRepresentable
A type that can be converted to and from an associated raw value.
Members
init(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