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

Delete the specified file.

This method can not be used to delete directries.

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