Package qm :: Module temporary_directory :: Class TemporaryDirectory
[show private | hide private]
[frames | no frames]

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
  __init__(self)
Construct a new 'TemporaryDirectory.
  __del__(self)
  GetPath(self)
Returns the path to the temporary directory.
  Remove(self)
Remove the temporary directory.

Method Details

__init__(self)
(Constructor)

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.

Generated by Epydoc 2.1 on Thu Sep 27 15:49:01 2007 http://epydoc.sf.net