---
title: CFURLPathStyle.cfurlposixPathStyle
framework: corefoundation
role: symbol
role_heading: Case
path: corefoundation/cfurlpathstyle/cfurlposixpathstyle
---

# CFURLPathStyle.cfurlposixPathStyle

Indicates a POSIX style path name. Components are slash delimited. A leading slash indicates an absolute path; a trailing slash is not significant.

## Declaration

```swift
case cfurlposixPathStyle
```

## See Also

### Constants

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