---
title: resolvesSymbolicLink
framework: foundation
role: symbol
role_heading: Type Property
path: foundation/nsfilecoordinator/readingoptions/resolvessymboliclink
---

# resolvesSymbolicLink

## Declaration

```swift
static var resolvesSymbolicLink: NSFileCoordinator.ReadingOptions { get }
```

## Discussion

Discussion Specify this constant if you want an item that might be a symbolic link to resolve to the file pointed to by that link (instead of to the link itself). When you use this option, the system provides the resolved URL to the accessor block in place of the original URL. note: This option cannot be used with the prepare(forReadingItemsAt:options:writingItemsAt:options:error:byAccessor:) method.

## See Also

### Constants

- [withoutChanges](foundation/nsfilecoordinator/readingoptions/withoutchanges.md)
- [immediatelyAvailableMetadataOnly](foundation/nsfilecoordinator/readingoptions/immediatelyavailablemetadataonly.md)
- [forUploading](foundation/nsfilecoordinator/readingoptions/foruploading.md)
