GeoEco.DataManagement.Directories Module

Provides methods for performing common directory operations.

Note to GeoEco developers: As much as practicable, all GeoEco classes should use this module to manage directories rather than using Python's built-in functions. This module provides several advantages over the built-in functions. See the documention for the Directory class for more information.

class Directory()
Provides methods for common directory operations.
class TemporaryDirectory()
Represents a temporary working directory, suitable for storing temporary files during geoprocessing operations.