class func currentVersionOfItem (at: URL) -> NSFileVersion?
class func version(itemAt : URL, forPersistentIdentifier : Any) -> NSFileVersion?
class func temporaryDirectoryURLForNewVersionOfItem (at: URL) -> URL
Availability 有効性
Technology
class func otherVersionsOfItem(at url: URL
) -> [NSFileVersion
]?
url
The URL of the file whose versions you want. このURLのファイルのバージョンそれらをあなたは望みます。
An array of file version objects or nil
if there is no such file. The array does not contain the version object returned by the current
method.
ファイルバージョンオブジェクトそれらからなる配列またはそのようなファイルがないならばnil
。配列は、current
メソッドによって返されるバージョンオブジェクトを含みません。
For locally based files, this property typically contains versions of the file that you saved explicitly or that were saved at appropriate times while the file was being edited. For documents residing in the cloud, this property typically returns zero or more file versions representing conflicting versions of a file that need to be resolved with the current version. ローカルに基盤を置くファイルに対して、このプロパティは概してあなたが明示的に保存した、またはファイルが編集されていた間に適時に保存されたファイルのバージョンを含みます。クラウドに帰する書類に対して、このプロパティは概してあるファイルの衝突バージョンを表している0個以上のファイルバージョンを返します、それは現在のバージョンをつかって解決される必要があるものです。
class func currentVersionOfItem (at: URL) -> NSFileVersion?
class func version(itemAt : URL, forPersistentIdentifier : Any) -> NSFileVersion?
class func temporaryDirectoryURLForNewVersionOfItem (at: URL) -> URL