<!--
{
  "availability" : [
    "iOS: 2.0.0 -",
    "iPadOS: 2.0.0 -",
    "macCatalyst: 13.0.0 -",
    "macOS: 10.0.0 -",
    "tvOS: 9.0.0 -",
    "visionOS: 1.0.0 -",
    "watchOS: 2.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "Foundation",
  "identifier" : "/documentation/Foundation/NSFileCoordinator/ReadingOptions",
  "metadataVersion" : "0.1.0",
  "role" : "Structure",
  "symbol" : {
    "kind" : "Structure",
    "modules" : [
      "Foundation"
    ],
    "preciseIdentifier" : "c:@E@NSFileCoordinatorReadingOptions"
  },
  "title" : "NSFileCoordinator.ReadingOptions"
}
-->

# NSFileCoordinator.ReadingOptions

Options to use when reading the contents or attributes of a file or directory.

```
struct ReadingOptions
```

## Topics

### Constants

[`NSFileCoordinatorReadingWithoutChanges`](/documentation/Foundation/NSFileCoordinator/ReadingOptions/withoutChanges)

[`NSFileCoordinatorReadingResolvesSymbolicLink`](/documentation/Foundation/NSFileCoordinator/ReadingOptions/resolvesSymbolicLink)

[`NSFileCoordinatorReadingImmediatelyAvailableMetadataOnly`](/documentation/Foundation/NSFileCoordinator/ReadingOptions/immediatelyAvailableMetadataOnly)

Specify this constant if you want to read an item’s metadata without triggering a download.

[`NSFileCoordinatorReadingForUploading`](/documentation/Foundation/NSFileCoordinator/ReadingOptions/forUploading)

Specify this content when reading an item for the purpose of uploading its contents.

## Relationships

### Conforms To

[`Sendable`](/documentation/Swift/Sendable)

[`RawRepresentable`](/documentation/Swift/RawRepresentable)

[`Equatable`](/documentation/Swift/Equatable)

[`ExpressibleByArrayLiteral`](/documentation/Swift/ExpressibleByArrayLiteral)

[`BitwiseCopyable`](/documentation/Swift/BitwiseCopyable)

[`SetAlgebra`](/documentation/Swift/SetAlgebra)

[`OptionSet`](/documentation/Swift/OptionSet)

[`SendableMetatype`](/documentation/Swift/SendableMetatype)

---

Copyright &copy; 2026 Apple Inc. All rights reserved. | [Terms of Use](https://www.apple.com/legal/internet-services/terms/site.html) | [Privacy Policy](https://www.apple.com/privacy/privacy-policy)