|
pure virtual |
Delete the specified file.
This method can not be used to delete directries.
| pszPathname | A pointer to a P6WCHAR string containing the pathname of the file to be deleted. |
| 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 |