Public Member Functions | |
Constructor / Destructor | |
CP_CFURL (CP_ResourcePtr< CFURLRef > inCFURLRef) | |
Constructor. | |
CP_CFURL (const CP_String &inCFURLString) | |
CP_CFURL (const CP_CFURL &inCFURL) | |
virtual | ~CP_CFURL () throw () |
Destructor. | |
Getters | |
CP_FileSystemSpec | GetFileSpec () |
CFURLRef | GetCFURL () |
FSRef | GetFSRef () |
operators | |
CP_CFURL & | operator= (const CP_CFURL &inCFURL) |
Tester | |
bool | IsValid () |
bool | IsDirectory () |
Protected Attributes | |
CFURLRef | fCFURL |
|
Constructor.
|
|
Constructor.
|
|
Copy constructor.
|
|
Destructor.
|
|
Returns a CP_FileSystemSpec object that points to this CFURL.
|
|
Return the CFURL for this object.
|
|
Returns a FSRef object that points to this CFURL.
|
|
Assignment operator.
|
|
Returns true if the object represents a valid CFURL object in the MacOS system.
|
|
Returns true if the object represents a directory (folder) in the MacOS system.
|
|
|