Type Method 型メソッド

currentVersionOfItemAtURL:

Returns the most recent version object for the file at the specified URL. 指定されたURLでのファイルに対する最近のバージョンオブジェクトを返します。

Declaration 宣言

+ (NSFileVersion *)currentVersionOfItemAtURL:(NSURL *)url;

Parameters パラメータ

url

The URL of the file whose version object you want. あなたがバージョンオブジェクトを望むファイルのURL。

Return Value 戻り値

The version object representing the current version of the file or nil if there is no such file. ファイルの現在のバージョンを表しているバージョンオブジェクト、またはそのようなファイルがないならばnil

See Also 参照

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