- contentsEqualAtPath:andPath:
Returns a Boolean value that indicates whether the files or directories in specified paths have the same contents.
指定されたパスそれらでのファイルまたはディレクトリが同じ内容を持つかどうかを指し示すブール値を返します。
Availability 有効性
Technology
path
The path of the file whose contents you want. それの内容をあなたが望むファイルのパス。
An NSData
object with the contents of the file. If path
specifies a directory, or if some other error occurs, this method returns nil
.
ファイルの内容を持つNSData
オブジェクト。path
がディレクトリを指定するならば、または何か他のエラーが発生するならば、このメソッドはnil
を返します。
- contentsEqualAtPath:andPath:
- createFileAtPath:contents:attributes: