Home | Trees | Index | 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.
|
|||
__init__(self)
Construct a new 'TemporaryDirectory. |
|||
GetPath(self)
Returns the path to the temporary directory. |
|||
__del__(self) | |||
Remove(self)
Remove the temporary directory. |
|||
__RemoveDirectory(self,
path)
Remove the directory 'path'. |
|
|
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 | Index | Help |
---|
Generated by Epydoc 3.0alpha2 on Fri Sep 28 00:57:31 2007 | http://epydoc.sf.net |