|
pure virtual |
Creates a new directory.
If the underlying filesystem supports security, the specified P6FILEMODE will be applied to the newly created directory. Developers should always specify a valid filemode that is the most restrictive possible for the situation. This will help to minimize security problems.
| pszPathname | A pointer to a P6WCHAR string containing the pathname of the directory to be created. |
| nMode | If the underlying filsystem supports it, a P6FILEMODE specified the type of access allowed for the new directory. |
| 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 |