---
title: save()
framework: addressbook
role: symbol
role_heading: Instance Method
path: addressbook/abaddressbook/save()
---

# save()

Saves all the changes made since the last save.

## Declaration

```swift
func save() -> Bool
```

## Return Value

Return Value true if successful or there were no changes; otherwise, false.

## See Also

### Saving and Detecting Changes

- [hasUnsavedChanges()](addressbook/abaddressbook/hasunsavedchanges().md)
- [saveAndReturnError()](addressbook/abaddressbook/saveandreturnerror().md)
