Package apple.corefoundation.enums
Class CFURLPathStyle
- java.lang.Object
-
- apple.corefoundation.enums.CFURLPathStyle
-
public final class CFURLPathStyle extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description static longCFURLHFSPathStyleThe use of kCFURLHFSPathStyle is deprecated.static longCFURLPOSIXPathStylestatic longCFURLWindowsPathStyle
-
-
-
Field Detail
-
CFURLPOSIXPathStyle
public static final long CFURLPOSIXPathStyle
- See Also:
- Constant Field Values
-
CFURLHFSPathStyle
public static final long CFURLHFSPathStyle
The use of kCFURLHFSPathStyle is deprecated. The Carbon File Manager, which uses HFS style paths, is deprecated. HFS style paths are unreliable because they can arbitrarily refer to multiple volumes if those volumes have identical volume names. You should instead use kCFURLPOSIXPathStyle wherever possible.- See Also:
- Constant Field Values
-
CFURLWindowsPathStyle
public static final long CFURLWindowsPathStyle
- See Also:
- Constant Field Values
-
-