---
title: displayFileExtensions
framework: swiftui
role: symbol
role_heading: Type Property
path: swiftui/filedialogbrowseroptions/displayfileextensions
---

# displayFileExtensions

On iOS, configures the fileExporter, fileImporter, or fileMover to show or hide file extensions. Default behavior is to hide them. On macOS, this option has no effect.

## Declaration

```swift
static let displayFileExtensions: FileDialogBrowserOptions
```

## See Also

### Getting browser options

- [enumeratePackages](swiftui/filedialogbrowseroptions/enumeratepackages.md)
- [includeHiddenFiles](swiftui/filedialogbrowseroptions/includehiddenfiles.md)
