<!--
{
  "availability" : [
    "iOS: 17.0.0 -",
    "iPadOS: 17.0.0 -",
    "macCatalyst: 17.0.0 -",
    "macOS: 14.0.0 -",
    "visionOS: 1.0.0 -"
  ],
  "documentType" : "symbol",
  "framework" : "SwiftUI",
  "identifier" : "/documentation/SwiftUI/View/fileDialogBrowserOptions(_:)",
  "metadataVersion" : "0.1.0",
  "role" : "Instance Method",
  "symbol" : {
    "kind" : "Instance Method",
    "modules" : [
      "SwiftUI"
    ],
    "preciseIdentifier" : "s:7SwiftUI4ViewPAAE24fileDialogBrowserOptionsyQrAA04FileefG0VF"
  },
  "title" : "fileDialogBrowserOptions(_:)"
}
-->

# fileDialogBrowserOptions(_:)

On macOS, configures the `fileExporter`, `fileImporter`,
or `fileMover` to provide a refined URL search experience: include or exclude
hidden files, allow searching by tag, etc.

```
nonisolated func fileDialogBrowserOptions(_ options: FileDialogBrowserOptions) -> some View
```

## Parameters

`options`

The search options to apply to a given file dialog.

---

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)