Opens a file with a wide character file name as a stream.
#include <stdio.h> FILE *_wfopen(const wchar_t *wfilename, const wchar_t *wmode);
wfilename
A pointer to a wide-character file name.
wmode
A pointer to a wide-character-encoded opening mode.
The wfopen() function is a wide character implementation of fopen().