---
title: url
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsfileaccessintent/url
---

# url

The current URL for the item managed by the file access intent instance. (read-only)

## Declaration

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

## Discussion

Discussion Always use the URL returned by this property inside the accessor block of a file coordinator’s coordinate(with:queue:byAccessor:) method. This property’s value may be different from the original URL, because the item was either moved or renamed while the file coordinator waited for access.

## See Also

### Related Documentation

- [coordinate(with:queue:byAccessor:)](foundation/nsfilecoordinator/coordinate(with:queue:byaccessor:).md)
