systemFileNumber
The key in a file attribute dictionary whose value indicates the file’s filesystem file number.
Declaration
static let systemFileNumber: FileAttributeKeyDiscussion
The corresponding value is an NSNumber object containing an unsigned long. The value corresponds to the value of st_ino, as returned by stat(2).