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

This methods is used to normalize the specified pathname in place.

It does this by converting all backslashes to forward slashes and Resolving ".." and "." found in the specified path.

This method does not do any validation to ensure the path exists in the filesystem.

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