- prefix
- the prefix to the temp file name.
- suffix
- the suffix to the temp file name.
Documentation for this section has not yet been entered.
Type Reason Java.IO.IOException if an error occurs when writing the file.
Creates an empty temporary file using the given prefix and suffix as part of the file name. If suffix is null, .tmp is used. This method is a convenience method that calls File.CreateTempFile(string, System.String, System.String) with the third argument being null.