StructureFoundation5.9.0
URLFileResourceType
struct URLFileResourceType
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 blockSpecial: URLFileResourceType
static let characterSpecial: URLFileResourceType
static let directory: URLFileResourceType
static let namedPipe: URLFileResourceType
static let regular: URLFileResourceType
static let socket: URLFileResourceType
static let symbolicLink: URLFileResourceType
static let unknown: URLFileResourceType
var rawValue: String