Path.tempDir

Get system's temp directory

struct Path
static
tempDir
()

Examples

import dshould;
Path.tempDir._path.should.equal(std.file.tempDir);

Meta