char * PutFile (char *directory, char *defaultname)
This method is called when the user must be queried for a filename to save a buffer. Override it to provide your own file-saving interface. Either input string can be NULL; the result must be a newly-allocated string.