_wfopen()

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);    
Parameter

wfilename

A pointer to a wide-character file name.

wmode

A pointer to a wide-character-encoded opening mode.

Remarks

The wfopen() function is a wide character implementation of fopen().