---
title: localizedNameOfSavingComputer
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsfileversion/localizednameofsavingcomputer
---

# localizedNameOfSavingComputer

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

## Declaration

```swift
var localizedNameOfSavingComputer: String? { get }
```

## Discussion

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

- [url](foundation/nsfileversion/url.md)
- [localizedName](foundation/nsfileversion/localizedname.md)
- [modificationDate](foundation/nsfileversion/modificationdate.md)
- [persistentIdentifier](foundation/nsfileversion/persistentidentifier.md)
- [isDiscardable](foundation/nsfileversion/isdiscardable.md)
