Contents

localizedNameOfSavingComputer

The user-presentable name of the computer on which the revision was saved.

Declaration

var localizedNameOfSavingComputer: String? { get }

Discussion

If the current revision has been deleted from disk, or if no computer name was recorded, the value in this property is nil. The computer name is guaranteed to be recorded only when the current version is in conflict with another version. The version object does not track changes to the computer name itself. Thus, if the computer name changed, the value in this string might be an old value.

See Also

Accessing the Version Information