Share via


CFUrlPathStyle Enum

Definition

Url Style.

[ObjCRuntime.Native]
public enum CFUrlPathStyle
[<ObjCRuntime.Native>]
type CFUrlPathStyle = 
Inheritance
CFUrlPathStyle
Attributes

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.

Applies to