TemporaryDirectory Class

Represents a temporary working directory, suitable for storing temporary files during geoprocessing operations.

Module:GeoEco.DataManagement.Directories
Intended use:Intended for GeoEco internal use only; not recommended for external callers
COM:Not exposed as a COM class
ArcGIS:Not exposed to ArcGIS

Constructor

class TemporaryDirectory()
Constructs a new Metadata instance and creates a randomly-named directory in the location suitable for holding temporary directories.

Read-only properties

Path
Path of the temporary directory created by Metadata.__init__.

Instance methods

DecompressInputArgument(argName)
Decompresses the file specified by a method's input argument into the temporary directory.
__del__()
Deletes the temporary directory created by Metadata.__init__.

Remarks

This class is part of the internal implementation of GeoEco and is not intended to be used by external callers.