func needsToBeUpdated (fromPath : String) -> Bool
func matchesContents (of: URL) -> Bool
func read(from: URL, options: FileWrapper.ReadingOptions)
Deprecated 非推奨
Use read(from:
instead.
read(from:
を代わりに使ってください。
Availability 有効性
Technology
true
if the update is carried out, false
if it isn’t needed.
更新が実施されるならばtrue
、それが必要とされないならばfalse
。
For a directory file wrapper, the contained file wrappers are also sent update(from
messages. If nodes in the corresponding directory on the file system have been added or removed, corresponding file wrappers are released or created as needed.
ディレクトリファイルラッパーに対して、含まれるファイルラッパーもまた、update(from
メッセージを送ります。ファイルシステム上の対応するディレクトリの中のノードが加えられたまたは削除されたならば、対応するファイルラッパーは解放されるまたは必要に応じて作成されます。
Beginning with OS X v10.6, the preferred method of referring to files is with a file://
URL. Therefore, this method has been deprecated in favor of read(from:
.
OS X v10.6からは、ファイル参照の優先メソッドは、file://
URLを使います。したがって、read(from:
の方を支持して、このメソッドは非推奨となっています。
func needsToBeUpdated (fromPath : String) -> Bool
func matchesContents (of: URL) -> Bool
func read(from: URL, options: FileWrapper.ReadingOptions)
func updateAttachments (fromPath : String)
path
.
path
でのRTFDファイルパッケージに含まれるファイルに基づいて全ての添付書類を更新します。