|
pure virtual |
Return whether or not the specified character is a path separator.
c | [ in ] A P6WCHAR whose value will be evaluated to detemine if it represents a path separator. |
Success | P6R::eOk | The character is a path separator. |
P6R::eFail | The character is not a path separator. | |
Failure | P6R::eNotInitialized | The iniitlize method has not been called successfully. |