This should be trivial. However, I've not found in the documentation (trying both std.stdio and std.file) how to write to a file in the manner here: filename.writefln("%s\t%f", someString, someDouble); ... this merely prints filename to screen ... does not create a data file.