---
title: CFURLPathStyle.cfurlhfsPathStyle
framework: corefoundation
role: symbol
role_heading: Case
path: corefoundation/cfurlpathstyle/cfurlhfspathstyle
---

# CFURLPathStyle.cfurlhfsPathStyle

Indicates a HFS style path name. Components are colon delimited. A leading colon indicates a relative path, otherwise the first path component denotes the volume.

## Declaration

```swift
case cfurlhfsPathStyle
```

## See Also

### Constants

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