typedef enum { kCFURLPOSIXPathStyle = 0, kCFURLHFSPathStyle, kCFURLWindowsPathStyle } CFURLPathStyle;
Name Description kCFURLPOSIXPathStyle Interpret the string as a POSIX path name; "/" is the delimiter character, lack of a preceding "/" denotes a relative path name. kCFURLHFSPathStyle Interpret the string as an HFS path name; ":" is the delimiter character, lack of a preceding ":" denotes an absolute path name. kCFURLWindowsPathStyle Interpret the string as a Windows path name; "\" is the delimiter character, lack of a preceding "\" denotes a relative path name. A preceding drive letter and colon are optional.
© 2000 Apple Computer, Inc. (Last Updated 7/20/2000)