---
title: FileWrapper.WritingOptions
framework: foundation
role: symbol
role_heading: Structure
path: foundation/filewrapper/writingoptions
---

# FileWrapper.WritingOptions

Writing options that can be set by the write(to:options:originalContentsURL:) method.

## Declaration

```swift
struct WritingOptions
```

## Topics

### Constants

- [atomic](foundation/filewrapper/writingoptions/atomic.md)
- [withNameUpdating](foundation/filewrapper/writingoptions/withnameupdating.md)

### Initializers

- [init(rawValue:)](foundation/filewrapper/writingoptions/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [ExpressibleByArrayLiteral](swift/expressiblebyarrayliteral.md)
- [OptionSet](swift/optionset.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)
- [SetAlgebra](swift/setalgebra.md)

## See Also

### Constants

- [FileWrapper.ReadingOptions](foundation/filewrapper/readingoptions.md)
