Contents

systemFileNumber

The key in a file attribute dictionary whose value indicates the file’s filesystem file number.

Declaration

static let systemFileNumber: FileAttributeKey

Discussion

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).

See Also

Accessing File Attributes