Class: TemporaryDirectory | qm/temporary_directory.py | ||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
A
|
Methods | |||
---|---|---|---|
GetPath Remove __RemoveDirectory __del__ __init__ | |||
GetPath | |||
GetPath ( self ) Returns the path to the temporary directory.
| |||
Remove | |||
Remove ( self ) Remove the temporary directory.Removes the temporary directory, and all files and directories contained within it, from the file system. | |||
__RemoveDirectory | |||
__RemoveDirectory ( self, path ) Remove the directory
| |||
__del__ | |||
__del__ ( self ) | |||
__init__ | |||
__init__ ( self ) Construct a new 'TemporaryDirectory.
|