Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6II18nFile::fopen ( const P6WCHAR pFilePath,
P6FILEFLAGS  operation,
P6FILEMODE  mode 
)
pure virtual

To any of the p6I18n file IO functions requires that this fopen function be used.

Parameters
pFilePath[ in ] Full or relative path to the file to open for read or write. Can also be the strings "stdout" and "stderr" in order to write to the standard file streams with this object.
operation[ in ] read /write / append / etc access to the file.
mode[ in ] permissions requested on accessing the file
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to initialize was not made before this call.
P6R::eInvalidArgIf pFilePath is NULL.