func matchesContents (of: URL) -> Bool
func update(fromPath : String) -> Bool
func read(from: URL, options: FileWrapper.ReadingOptions)
Deprecated 非推奨
Use matches
instead.
matches
を代わりに使ってください。
Availability 有効性
Technology
node
file-system node with which to compare the file wrapper. それとファイルラッパーを比較するファイルシステムノード。
false
when the file wrapper needs to be updated to match node
, false
otherwise.
false
、ファイルラッパーがnode
と合致するよう更新される必要がある場合は、そうでなければfalse
。
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
.
OS X v10.6からは、ファイル参照の優先メソッドは、file://
URLを使います。したがって、matches
の方を支持して、このメソッドは非推奨となっています。
func matchesContents (of: URL) -> Bool
func update(fromPath : String) -> Bool
func read(from: URL, options: FileWrapper.ReadingOptions)
var fileAttributes : [String : Any]