Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IDir::stat ( const P6WCHAR pszFilename,
P6DIRENT pDirent 
)
pure virtual

This methods returns information about the specified file/path.

Parameters
pszFilenameA P6WCHAR pointer to the file/path for which to retrieve information
pDirentA pointer to a P6DIRENT structure in which to place the file/path information.
Returns
SuccessP6R::eOk 
FailureP6R::eInvalidArgpszFilename and/or ppEnum or pDirent is NULL
P6R::eNotInitializedThe initialize() method was not called successfully before calling this method.
P6R::ePathNotFoundThe path specified could not be found.
Any valid P6ERR.