---
title: CFURLComponentType.path
framework: corefoundation
role: symbol
role_heading: Case
path: corefoundation/cfurlcomponenttype/path
---

# CFURLComponentType.path

The URL’s path component.

## Declaration

```swift
case path
```

## See Also

### Constants

- [CFURLComponentType.scheme](corefoundation/cfurlcomponenttype/scheme.md)
- [CFURLComponentType.netLocation](corefoundation/cfurlcomponenttype/netlocation.md)
- [CFURLComponentType.resourceSpecifier](corefoundation/cfurlcomponenttype/resourcespecifier.md)
- [CFURLComponentType.user](corefoundation/cfurlcomponenttype/user.md)
- [CFURLComponentType.password](corefoundation/cfurlcomponenttype/password.md)
- [CFURLComponentType.userInfo](corefoundation/cfurlcomponenttype/userinfo.md)
- [CFURLComponentType.host](corefoundation/cfurlcomponenttype/host.md)
- [CFURLComponentType.port](corefoundation/cfurlcomponenttype/port.md)
- [CFURLComponentType.parameterString](corefoundation/cfurlcomponenttype/parameterstring.md)
- [CFURLComponentType.query](corefoundation/cfurlcomponenttype/query.md)
- [CFURLComponentType.fragment](corefoundation/cfurlcomponenttype/fragment.md)
