Home | Trees | Indices | Help |
---|
|
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.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
Returns the path to the temporary directory. returns -- The path to the temporary directory. |
Remove the temporary directory. Removes the temporary directory, and all files and directories contained within it, from the file system. |
Remove the directory 'path'. Removes 'path', after first removing all of its contents. |
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Fri Dec 23 12:30:40 2011 | http://epydoc.sourceforge.net |