License:
BSD style: see license.txtVersion:
Dec 2007: Initial release May 2009: Inherit FileAuthors:
Daniel Keepcredits:
Thanks to John Reimer for helping test this module under Linux.
1 2 3 4 5 6 | {
scope temp = new TempFile;
// Use temp as a normal conduit; it will be automatically closed when
// it goes out of scope.
}
|