Hi,
I am running Arc Hydro commands within a Model and would like to include deletion of the temp files within the model to better manage disk space usage.
I know there is the 'manual' option in the ApUtilities menu but would be great if I could incorporate this process into a Model.
Does anyone know if/how this is possible?
Many thanks!
Garret
I would create a python script of script tool that removes the temp files (OpenStack Docs: Create, use, and remove temporary files securely). Also, If you’re using Pro, it may be possible to engineer something similar to the ArcHyro toolbar in ArcMap using the Pro SDK.