Contents

fileIdentifierKey

The key for the file system’s internal inode identifier for the item.

Declaration

static let fileIdentifierKey: URLResourceKey

Discussion

The value associated with this key isn’t stable for all file systems or across all mounts. Use this value sparingly and don’t persist it. You can use it, for example, to match URLs from the URL enumerator with paths from FSEvents.

See Also

File keys