---
title: filePresenters
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/nsfilecoordinator/filepresenters
---

# filePresenters

Returns an array containing the currently registered file presenter objects.

## Declaration

```swift
class var filePresenters: [any NSFilePresenter] { get }
```

## Return Value

Return Value An array of objects that conform to the NSFilePresenter protocol.

## See Also

### Managing File Presenters

- [addFilePresenter(_:)](foundation/nsfilecoordinator/addfilepresenter(_:).md)
- [removeFilePresenter(_:)](foundation/nsfilecoordinator/removefilepresenter(_:).md)
- [purposeIdentifier](foundation/nsfilecoordinator/purposeidentifier.md)
