Contents

systemNumber

The key in a file system attribute dictionary whose value indicates the filesystem number of the file system.

Declaration

static let systemNumber: FileAttributeKey

Discussion

The corresponding value is an NSNumber object that specifies the filesystem number of the file system. The value corresponds to the value of st_dev, as returned by stat(2).

See Also

Accessing File Attributes