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

# url

A URL that contains the fully specified location of the targeted file.

## Declaration

```swift
var url: URL? { get }
```

## Discussion

Discussion The NSOpenPanel subclass sets this property to nil when the selection contains multiple items.
