Instance Property インスタンスプロパティ

fileResourceIdentifier

An identifier which can be used to compare two file system objects for equality using isEqual. 2つのファイルシステムオブジェクトを同等性についてisEqualを使って比較するのに使用できる識別子。

Declaration 宣言

var fileResourceIdentifier: (NSCopying & NSSecureCoding & NSObjectProtocol)? { get }

Discussion 議論

Two object identifiers are equal if they have the same file system path or if the paths are linked to same inode on the same file system. This identifier is not persistent across system restarts. 2つのオブジェクト識別子は、それらが同じファイルシステムパスを持つならばまたはパスが同じファイルシステム上の同じinodeにリンクされるならば等しいです。この識別子は、システム再始動を越えて持続しません。

See Also 参照

File Values ファイル値