Type Method 型メソッド

versionOfItemAtURL:forPersistentIdentifier:

Returns the version of the file that has the specified persistent ID. 指定された永続IDを持つファイルのバージョンを返します。

Declaration 宣言

+ (NSFileVersion *)versionOfItemAtURL:(NSURL *)url 
              forPersistentIdentifier:(id)persistentIdentifier;

Parameters パラメータ

url

The URL of the file whose version you want. このURLのファイルのバージョンをあなたは望みます。

persistentIdentifier

The persistent ID of the NSFileVersion object you want. あなたが望むNSFileVersionオブジェクトの永続ID。

Return Value 戻り値

The file version object with the specified ID or nil if no such version object exists. 指定されたIDを持つファイルバージョンオブジェクトまたはそのバージョンオブジェクトが存在しないならばnil

See Also 参照

Getting the Version of a File ファイルのバージョンを得る

Related Documentation 関連文書