Enumerations



CFURLPathStyle

typedef  enum  {
  kCFURLPOSIXPathStyle  =  0,
  kCFURLHFSPathStyle,
  kCFURLWindowsPathStyle
}  CFURLPathStyle;

Constants

NameDescription
kCFURLPOSIXPathStyleInterpret the string as a POSIX path name; "/" is the delimiter character, lack of a preceding "/" denotes a relative path name.
kCFURLHFSPathStyleInterpret the string as an HFS path name; ":" is the delimiter character, lack of a preceding ":" denotes an absolute path name.
kCFURLWindowsPathStyleInterpret 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)