File.newTmp

gio.file.File newTmp(string tmpl, out gio.file_iostream.FileIOStream iostream)

Opens a file in the preferred directory for temporary files (as returned by glib.global.getTmpDir) and returns a #GFile and #GFileIOStream pointing to it.

tmpl should be a string in the GLib file name encoding containing a sequence of six 'X' characters, and containing no directory components. If it is null, a default template is used.

Unlike the other #GFile constructors, this will return null if a temporary file could not be created.

Parameters

tmplTemplate for the file name, as in glib.global.fileOpenTmp, or null for a default template
iostreamon return, a #GFileIOStream for the created file

Returns

a new #GFile.

Free the returned object with gobject.object.ObjectWrap.unref.

Throws