mkstemp

Stephen Weeks MLton@sourcelight.com
Thu, 21 Jun 2001 15:30:52 -0700


>       val MLton.TextIO.mkstemp: 
>              {prefix: string, suffix: string} -> string * TextIO.outstream

Or, I could just do the createf and the close, and return the filename.

       val MLton.TextIO.mkstemp: 
              {prefix: string, suffix: string} -> string