tmpfile (file_prefix?)
A string representing a file name which is guaranteed not to exist at the time that the function was called.
This function is used to generate a temporary output file name. The file_prefix can specify any part of a file path. If the file_prefix is nil, then "/tmp/lisp_t" will be used. Typically the resulting file name will be the result of appending a number to the file prefix.
Copyright © 1995-2010 by Cogent Real-Time Systems, Inc. All rights reserved.