void wxGetTempFileName(char *prefix, char *buf)
Makes a temporary filename based on prefix, opens and closes the file, and places the name in buf.
Under Windows, the filename will include the drive and name of the directory allocated for temporary files (usually the contents of the TEMP variable). Under UNIX, the /tmp directory is used.
It is the application's responsibility to create and delete the file.