Instance Method インスタンスメソッド

updateFromPath:

Updates the file wrapper to match a given file-system node. ファイルラッパーをある与えられたファイルシステムノードと合致するよう更新します。

Declaration 宣言

- (BOOL)updateFromPath:(NSString *)path;

Return Value 戻り値

YES if the update is carried out, NO if it isn’t needed. 更新が実施されるならばYES、それが必要とされないならばNO

Discussion 議論

For a directory file wrapper, the contained file wrappers are also sent updateFromPath: 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. ディレクトリファイルラッパーに対して、含まれるファイルラッパーもまた、updateFromPath:メッセージを送ります。ファイルシステム上の対応するディレクトリの中のノードが加えられたまたは削除されたならば、対応するファイルラッパーは解放されるまたは必要に応じて作成されます。

Special Considerations 特別な注意事項

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 readFromURL:options:error:.

See Also 参照

Updating File Wrappers ファイルラッパーを更新する

Related Documentation 関連文書