CFUrlPathStyle Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Url Style.
public enum CFUrlPathStyle
type CFUrlPathStyle =
- Inheritance
-
CFUrlPathStyle
Fields
Name | Value | Description |
---|---|---|
POSIX | 0 | As a POSIX filename. Path elements are separated with a slash character. |
HFS | 1 | As an Apple HFS filename. Path elements are separated with a colon. |
Windows | 2 | Window style filename. |
Remarks
How should the path be interpreted by the CFUrl methods.