![]() |
Public API Reference |
![]() |
Functions to abstract platform-specific file access. More...
#include <csutil/platformfile.h>
Static Public Member Functions | |
static FILE * | Open (const char *filename, const char *mode) |
Open a file from a native path, encoded in UTF-8. |
Functions to abstract platform-specific file access.
Definition at line 36 of file platformfile.h.
static FILE* CS::Platform::File::Open | ( | const char * | filename, |
const char * | mode | ||
) | [static] |
Open a file from a native path, encoded in UTF-8.
The function takes care of translating the file name to the platform-specific file name encoding.
filename | Native file name, encoded in UTF-8. |
mode | fopen()-style file mode string. |