|
pure virtual |
Rename or move files and directories in the same directory or across directories.
| pszFrom | A pointer to a P6WCHAR string containing the pathname of the ietm to rename. |
| pszTo | A pointer to a P6WCHAR string containing the new pathname to rename pszFrom to. NOTE: On some platforms you can not rename accross devices. |
| Success | P6R::eOk | |
| Failure | P6R::eInvalidArg | pszFrom or pszTo is NULL |
| P6R::eNotInitialized | The initialize() method was not called successfully before calling this method. | |
| Any valid P6ERR |