|
pure virtual |
Removes the specified directory.
The directory must be empty before it can be removed from the file system.
| pszPathname | A pointer to a P6WCHAR string containing the pathname of the directory to remove. |
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | pszPathname is NULL |
| P6R::eNotInitialized | The initialize() method was not called successfully before calling this method. | |
| Any valid P6ERR |