Deletes a file.
#include <stdio.h> int remove(const wchar_t *wfilename);
wfilename
A pointer to a wide-character file name.
The fremove() function is a wide character variation of remove().