---
title: CFURLPathStyle
framework: corefoundation
role: symbol
role_heading: Enumeration
path: corefoundation/cfurlpathstyle
---

# CFURLPathStyle

Options you can use to determine how CFURL functions parse a file system path name.

## Declaration

```swift
enum CFURLPathStyle
```

## Topics

### Constants

- [CFURLPathStyle.cfurlposixPathStyle](corefoundation/cfurlpathstyle/cfurlposixpathstyle.md)
- [CFURLPathStyle.cfurlhfsPathStyle](corefoundation/cfurlpathstyle/cfurlhfspathstyle.md)
- [CFURLPathStyle.cfurlWindowsPathStyle](corefoundation/cfurlpathstyle/cfurlwindowspathstyle.md)

### Initializers

- [init(rawValue:)](corefoundation/cfurlpathstyle/init(rawvalue:).md)

## Relationships

### Conforms To

- [BitwiseCopyable](swift/bitwisecopyable.md)
- [Equatable](swift/equatable.md)
- [Hashable](swift/hashable.md)
- [RawRepresentable](swift/rawrepresentable.md)
- [Sendable](swift/sendable.md)
- [SendableMetatype](swift/sendablemetatype.md)

## See Also

### Miscellaneous

- [CFURLComponentType](corefoundation/cfurlcomponenttype.md)
