| Home | Trees | Index | Help |
|---|
| Package qm :: Module temporary_directory :: Class TemporaryDirectory |
|
A 'TemporaryDirectory' is a directory for temporary files.
Creating a new 'TemporaryDirectory results in the creation of a new directory in the file system. The directory is automatically removed from the file system when the 'TemporaryDirectory' is destroyed.| Method Summary | |
|---|---|
Construct a new 'TemporaryDirectory. | |
__del__(self)
| |
Returns the path to the temporary directory. | |
Remove the temporary directory. | |
| Method Details |
|---|
__init__(self)
Construct a new 'TemporaryDirectory.
|
GetPath(self)Returns the path to the temporary directory. returns -- The path to the temporary directory. |
Remove(self)Remove the temporary directory. Removes the temporary directory, and all files and directories contained within it, from the file system. |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Thu Sep 27 15:49:01 2007 | http://epydoc.sf.net |