---
title: resolvesAliases
framework: appkit
role: symbol
role_heading: Instance Property
path: appkit/nsopenpanel/resolvesaliases
---

# resolvesAliases

A Boolean that indicates whether the panel resolves aliases.

## Declaration

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

## Discussion

Discussion When the value of this property is true, dropping an alias on the panel or asking for filenames or URLs returns the resolved aliases. The default value of this property is true. When this value is false, selecting an alias returns the alias instead of the file or directory it represents.

## See Also

### Configuring the Open Panel

- [canChooseFiles](appkit/nsopenpanel/canchoosefiles.md)
- [canChooseDirectories](appkit/nsopenpanel/canchoosedirectories.md)
- [allowsMultipleSelection](appkit/nsopenpanel/allowsmultipleselection.md)
- [isAccessoryViewDisclosed](appkit/nsopenpanel/isaccessoryviewdisclosed.md)
