---
title: withoutChanges
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/nsfilecoordinator/readingoptions/withoutchanges
---

# withoutChanges

## Declaration

```swift
static var withoutChanges: NSFileCoordinator.ReadingOptions { get }
```

## Discussion

Discussion Specify this constant if your code does not need other objects to save changes first. If you do not specify this constant, the savePresentedItemChanges(completionHandler:) method of relevant file presenters is called before your code reads the item.

## See Also

### Constants

- [resolvesSymbolicLink](foundation/nsfilecoordinator/readingoptions/resolvessymboliclink.md)
- [immediatelyAvailableMetadataOnly](foundation/nsfilecoordinator/readingoptions/immediatelyavailablemetadataonly.md)
- [forUploading](foundation/nsfilecoordinator/readingoptions/foruploading.md)
