Type Property 型プロパティ

documentIdentifierKey

The document identifier returned as an NSNumber (read-only). 書類識別子、NSNumberとして返されます(読み出し専用)。

Declaration 宣言

static let documentIdentifierKey: URLResourceKey

Discussion 議論

The document identifier is a value assigned by the kernel to a file or directory. This value is used to identify the document regardless of where it is moved on a volume. The identifier persists across system restarts. It is not transferred when the file is copied, but it survives "safe save” operations. For example, it remains on the path to which it was assigned, even after calling the replaceItem(at:withItemAt:backupItemName:options:resultingItemURL:) method. Document identifiers are only unique within a single volume. This property is not supported by all volumes. 書類識別子は、カーネルによってあるファイルまたはディレクトリへと割り当てられる値です。この値は、書類を識別するために使われます、どこにそれがあるボリューム上で移動されるかに無頓着に。識別子は、システム再始動を越えて持続します。それは、ファイルがコピーされる時に移し替えられません、しかしそれは "安全な保存” 操作を生き残ります。例えば、それは、それが割り当てられたパス上でそのまま残ります、たとえreplaceItem(at:withItemAt:backupItemName:options:resultingItemURL:)メソッドを呼び出す後でも。書類識別子は、ある単一のボリューム内で特有であるだけです。このプロパティは、全てのボリュームによってサポートされません。

See Also 参照

Other Resource Keys 他のリソースキー