Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IPath::isAbsolute ( void  )
pure virtual

Returns whather or not the path contained in the component is absolute or relative.

Returns
SuccessP6R::eOkThe path is absolute.
P6R::eFailThe path is relative.
FailureP6R::eNotInitializedThe iniitlize method has not been called successfully.