class func currentVersionOfItem (at: URL) -> NSFileVersion?
Returns the most recent version object for the file at the specified URL.
指定されたURLでのファイルに対する最近のバージョンオブジェクトを返します。
class func otherVersionsOfItem (at: URL) -> [NSFileVersion]?
Returns all versions of the specified file except the current version.
現在のバージョンを除いてその指定されたバージョンの全てのバージョンを返します。
class func temporaryDirectoryURLForNewVersionOfItem (at: URL) -> URL
Creates and returns a temporary directory to use for saving the contents of the file.
ファイルの内容を保存するために使う一時ディレクトリを作成して返します。