Type Property 型プロパティ

withNameUpdating

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

Declaration 宣言

static var withNameUpdating: FileWrapper.WritingOptions { get }

Discussion 議論

This option is necessary when your application passes a URL in the originalContentsURL parameter to the write(to:options:originalContentsURL:) method. Without using this option (and reusing child file wrappers properly), subsequent invocations of write(to:options:originalContentsURL:) 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をwrite(to:options:originalContentsURL:)メソッドに渡す場合に必須です。このオプションの使用(そして子ファイルラッパーの適切な再利用)なしに、その後のwrite(to:options:originalContentsURL:)の発動は、ハードリンクを新しいファイルパッケージの中で期待通りに作成できないでしょう。