Static Propertynmggithub.kass 3.2.4BSDCore
generationCount
Attributes.swift:141static let generationCount: BSD.FSCommonAttributes
static let generationCount: BSD.FSCommonAttributes
s7BSDCore3BSDV18FSCommonAttributesV15generationCountAEvpZ
What are these?9CB7R
import BSDCore
The core module for interacting with the BSD kernel.
struct FSCommonAttributes
Common attribute.
struct BSD
The BSD kernel.
init(name: String?, rawValue: UInt32)
Represents common attributes with an optional name.
static let accessMask: BSD.FSCommonAttributes
static let accessTime: BSD.FSCommonAttributes
static let addedTime: BSD.FSCommonAttributes
static let allCases: [`Self`]
All known common attributes.
static let backupTime: BSD.FSCommonAttributes
static let changeTime: BSD.FSCommonAttributes
static let creationTime: BSD.FSCommonAttributes
static let dataProtectionClass: BSD.FSCommonAttributes
static let deviceID: BSD.FSCommonAttributes
static let documentID: BSD.FSCommonAttributes
static let extendedSecurity: BSD.FSCommonAttributes
static let fileID: BSD.FSCommonAttributes
static let filesystemID: BSD.FSCommonAttributes
static let finderInfo: BSD.FSCommonAttributes
static let flags: BSD.FSCommonAttributes
static let fullPath: BSD.FSCommonAttributes
static let groupID: BSD.FSCommonAttributes
static let groupUUID: BSD.FSCommonAttributes
static let modificationTime: BSD.FSCommonAttributes
static let name: BSD.FSCommonAttributes
static let objectID: BSD.FSCommonAttributes
static let objectPermanentID: BSD.FSCommonAttributes
static let objectTag: BSD.FSCommonAttributes
static let objectType: BSD.FSCommonAttributes
static let ownerID: BSD.FSCommonAttributes
static let ownerUUID: BSD.FSCommonAttributes
static let parentID: BSD.FSCommonAttributes
static let parentObjectID: BSD.FSCommonAttributes
static let returnedAttributes: BSD.FSCommonAttributes
static let textEncoding: BSD.FSCommonAttributes
static let userAccess: BSD.FSCommonAttributes
var attributes: [`Self`] { get }
The individual common attributes in the collection.
let name: String?
The name of the common attributes, if it can be determined.
let rawValue: UInt32
The raw value of the common attributes.
func parse(from pointer: inout UnsafeRawPointer) -> Any