class func otherVersionsOfItem (at: URL) -> [NSFileVersion]?
Returns all versions of the specified file except the current version.
現在のバージョンを除いてその指定されたバージョンの全てのバージョンを返します。
class func version(itemAt : URL, forPersistentIdentifier : Any) -> NSFileVersion?
Returns the version of the file that has the specified persistent ID.
指定された永続IDを持つファイルのバージョンを返します。
class func temporaryDirectoryURLForNewVersionOfItem (at: URL) -> URL
Creates and returns a temporary directory to use for saving the contents of the file.
ファイルの内容を保存するために使う一時ディレクトリを作成して返します。