---
title: treatsFilePackagesAsDirectories
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nssavepanel/treatsfilepackagesasdirectories
---

# treatsFilePackagesAsDirectories

A Boolean value that indicates whether the panel displays file packages as directories.

## Declaration

```swift
var treatsFilePackagesAsDirectories: Bool { get set }
```

## Discussion

Discussion When the value of this property is true, the panel displays file packages as directories; if false, it will not.

## See Also

### Configuring the File Types

- [allowedContentTypes](appkit/nssavepanel/allowedcontenttypes.md)
- [allowsOtherFileTypes](appkit/nssavepanel/allowsotherfiletypes.md)
