CFUrlPathStyle Enum

Definition

Url Style.

public enum CFUrlPathStyle
type CFUrlPathStyle = 
Inheritance
CFUrlPathStyle

Fields

HFS 1

As an Apple HFS filename. Path elements are separated with a colon.

POSIX 0

As a POSIX filename. Path elements are separated with a slash character.

Windows 2

Window style filename.

Remarks

How should the path be interpreted by the CFUrl methods.

Applies to