_wremove()

Deletes a file.

  #include <stdio.h>
  
  int remove(const wchar_t *wfilename);    
Parameter

wfilename

A pointer to a wide-character file name.

Remarks

The fremove() function is a wide character variation of remove().