- needsToBeUpdatedFromPath:
- matchesContentsOfURL:
- readFromURL:options:error:
Deprecated 非推奨
Use read
instead.
read
を代わりに使ってください。
Availability 有効性
Technology
- (BOOL)updateFromPath:(NSString
*)path;
YES
if the update is carried out, NO
if it isn’t needed.
更新が実施されるならばYES
、それが必要とされないならばNO
。
For a directory file wrapper, the contained file wrappers are also sent update
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
メッセージを送ります。ファイルシステム上の対応するディレクトリの中のノードが加えられたまたは削除されたならば、対応するファイルラッパーは解放されるまたは必要に応じて作成されます。
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
.
- needsToBeUpdatedFromPath:
- matchesContentsOfURL:
- readFromURL:options:error:
- updateAttachmentsFromPath:
path
.
path
でのRTFDファイルパッケージに含まれるファイルに基づいて全ての添付書類を更新します。