unresolvedConflictVersionsOfItem(at:)
Returns an array of version objects that are currently in conflict for the specified URL.
Declaration
class func unresolvedConflictVersionsOfItem(at url: URL) -> [NSFileVersion]?Parameters
- url:
The URL of the file that has associated version objects.
Return Value
An array of NSFileVersion objects that represent the versions in conflict or nil if the file at URL does not exist.