---
title: resolvingSymlinksInPath
framework: foundation
role: symbol
role_heading: Instance Property
path: foundation/nsurl/resolvingsymlinksinpath
---

# resolvingSymlinksInPath

A URL that points to the same resource as the receiver and includes no symbolic links. (read-only)

## Declaration

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

## Discussion

Discussion If the receiver has no symbolic links, this property contains a copy of the original URL. If some symbolic links cannot be resolved, this property contains those broken symbolic links. If the name of the receiving path begins with /private, this property strips off the /private designator, provided the result is the name of an existing file. This property only works on URLs with the file: path scheme. For all other URLs, it contains a copy of the receiver.

## See Also

### Modifying and Converting a File URL

- [filePathURL](foundation/nsurl/filepathurl.md)
- [fileReferenceURL()](foundation/nsurl/filereferenceurl().md)
- [appendingPathComponent(_:)](foundation/nsurl/appendingpathcomponent(_:).md)
- [appendingPathComponent(_:isDirectory:)](foundation/nsurl/appendingpathcomponent(_:isdirectory:).md)
- [appendingPathComponent(_:conformingTo:)](foundation/nsurl/appendingpathcomponent(_:conformingto:).md)
- [appendingPathExtension(_:)](foundation/nsurl/appendingpathextension(_:).md)
- [appendingPathExtension(for:)](foundation/nsurl/appendingpathextension(for:).md)
- [deletingLastPathComponent](foundation/nsurl/deletinglastpathcomponent.md)
- [deletingPathExtension](foundation/nsurl/deletingpathextension.md)
- [standardizingPath](foundation/nsurl/standardizingpath.md)
- [hasDirectoryPath](foundation/nsurl/hasdirectorypath.md)
