Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IDir::rmdir ( const P6WCHAR pszPathname)
pure virtual

Removes the specified directory.

The directory must be empty before it can be removed from the file system.

Parameters
pszPathnameA pointer to a P6WCHAR string containing the pathname of the directory to remove.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpszPathname is NULL
P6R::eNotInitializedThe initialize() method was not called successfully before calling this method.
Any valid P6ERR