Open CASCADE Technology  7.1.0.beta
Functions
OSD_OpenFile.hxx File Reference
#include <Standard_Macro.hxx>

Functions

FILE * OSD_OpenFile (const char *theName, const char *theMode)
 Auxiulary file to provide Unicode compatibility for file open functionality Names of files are encoded as UTF-16 strings. More...
 

Function Documentation

FILE* OSD_OpenFile ( const char *  theName,
const char *  theMode 
)

Auxiulary file to provide Unicode compatibility for file open functionality Names of files are encoded as UTF-16 strings.

Function opens the file.

Parameters
theNamename of file encoded in UTF-8
theModeopening mode
Returns
file handle of opened file