Type Property 型プロパティ

fileResourceIdentifierKey

The resource’s unique identifier, returned as an id (read-only). リソースのもつ固有の識別子、idとして返されます(読み出し専用)。

Declaration 宣言

static let fileResourceIdentifierKey: URLResourceKey

Discussion 議論

This identifier can be used to determine equality between file system resources with the isEqual(_:) method. Two resources are equal if they have the same file-system path or if their paths link to the same inode on the same file system. この識別子はファイルシステムリソース間の同等性をisEqual(_:)メソッドで決定するために使用されることができます。2つのリソースは、それらが同じファイルシステムパスを持つならば、またはそれらのパスが同じinodeへと同じファイルシステム上でリンクするならば、等しいです。

The value of this identifier is not persistent across system restarts. この識別子の値は、システム再始動を越えて持続しません。

See Also 参照

File Keys ファイルキー