creating a temporary fifo (tmpfile but for fifo)

Timothee Cour via Digitalmars-d digitalmars-d at puremagic.com
Sun Feb 12 03:47:26 PST 2017


* std.stdio.tempfile creates an (unnamed) File. How do I create a temporary
fifo instead?
my workaround is to use tempnam but docs says it's not recommended (
http://man7.org/linux/man-pages/man3/tempnam.3.html)

* could we allow specifying a directory name for tmpfile?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.puremagic.com/pipermail/digitalmars-d/attachments/20170212/bfc80beb/attachment.html>


More information about the Digitalmars-d mailing list