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
ファイルのバージョンを得る
+ currentVersionOfItemAtURL:
Returns the most recent version object for the file at the specified URL.
指定されたURLでのファイルに対する最近のバージョンオブジェクトを返します。
+ otherVersionsOfItemAtURL:
Returns all versions of the specified file except the current version.
現在のバージョンを除いてその指定されたバージョンの全てのバージョンを返します。
Related Documentation
関連文書