Logo

Programming-Idioms

History of Idiom 138 > diff from v7 to v8

Edit summary for version 8 by BBaz:
New D implementation by user [BBaz]

Version 7

2016-07-14, 17:23:27

Version 8

2016-08-13, 21:45:03

Idiom #138 Create temp file

Create a new temporary file on filesystem.

Idiom #138 Create temp file

Create a new temporary file on filesystem.

Imports
import std.stdio;
Code
auto f = File.tmpfile();
Doc URL
https://dlang.org/phobos/std_stdio.html#.File.tmpfile