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

# urls

An array of URLs, each of which contains the fully specified location of a selected file or directory.

## Declaration

```swift
var urls: [URL] { get }
```

## Discussion

Discussion This property contains a valid value when the user selects one item or multiple items.
