License:
BSD style: see license.txtVersion:
Initial release: December 2007Authors:
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.
}
|
Deprecated:
please use char[] version instead