tango.io.device.TempFile

Members

Classes

TempFile
class TempFile

The TempFile class aims to provide a safe way of creating and destroying temporary files. The TempFile class will automatically close temporary files when the object is destroyed, so it is recommended that you make appropriate use of scoped destruction.

Enums

FILE_FLAG_OPEN_REPARSE_POINT
anonymousenum FILE_FLAG_OPEN_REPARSE_POINT

Functions

GetTempPath
char[] GetTempPath()
Undocumented in source. Be warned that the author may not have intended to support it.
GetTempPath
char[] GetTempPath()
Undocumented in source. Be warned that the author may not have intended to support it.
main
void main()
Undocumented in source. Be warned that the author may not have intended to support it.

Properties

reparseSupported
bool reparseSupported [@property getter]

Meta

Credits

Thanks to John Reimer for helping test this module under Linux.

License

BSD style: $(LICENSE)

Version

Dec 2007: Initial release
May 2009: Inherit File

Authors

Daniel Keep