Enumeration Case 列挙ケース

NSFileWrapperWritingWithNameUpdating

Whether descendant file wrappers’filename properties are set if the writing succeeds. 行き先ファイルラッパーの持つfilenameプロパティが書き出しが成功するならば設定されるかどうか。

Declaration 宣言

NSFileWrapperWritingWithNameUpdating = 1 << 1

Discussion 議論

This option is necessary when your application passes a URL in the originalContentsURL parameter to the writeToURL:options:originalContentsURL:error: method. Without using this option (and reusing child file wrappers properly), subsequent invocations of writeToURL:options:originalContentsURL:error: would not be able to reliably create hard links in a new file package, because the record of names in the old file package would be out of date. このオプションは、あなたのアプリケーションがoriginalContentsURLパラメータの中のURLをwriteToURL:options:originalContentsURL:error:メソッドに渡す場合に必須です。このオプションの使用(そして子ファイルラッパーの適切な再利用)なしに、その後のwriteToURL:options:originalContentsURL:error:の発動は、ハードリンクを新しいファイルパッケージの中で期待通りに作成できないでしょう。