- matchesContentsOfURL:
- updateFromPath:
- readFromURL:options:error:
Deprecated 非推奨
Use matches
instead.
matches
を代わりに使ってください。
Availability 有効性
Technology
- (BOOL)needsToBeUpdatedFromPath:(NSString
*)path;
node
file-system node with which to compare the file wrapper. それとファイルラッパーを比較するファイルシステムノード。
NO
when the file wrapper needs to be updated to match node
, NO
otherwise.
NO
、ファイルラッパーがnode
と合致するよう更新される必要がある場合は、そうでなければNO
。
This table describes which attributes of the file wrapper and node
are compared to determine whether the file wrapper needs to be updated:
この表は、ファイルラッパーが更新される必要があるかどうか決定するのに、ファイルラッパーとnode
のどの属性が比較されるかを記述します。
File-wrapper type ファイルラッパー型 |
Comparison determinants 比較決定要素 |
---|---|
Regular file 一般ファイル |
Modification date and access permissions. 修正日とアクセス権。 |
Directory ディレクトリ |
Member hierarchy (recursive). メンバーの階層(再帰的)。 |
Symbolic link シンボリックリンク |
Destination pathname. 行き先パス名。 |
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 matches
.
- matchesContentsOfURL:
- updateFromPath:
- readFromURL:options:error:
fileAttributes