This doesn't work?if arcpy.Exists(your_output): arcpy.Delete_management(your_output)
if arcpy.Exists(your_output): arcpy.Delete_management(your_output)
import os if os.path.exists(your_output): os.remove(your_output)
Los miembros registrados pueden publicar, seguir actualizaciones y más. ¿Nuevo aquí? Regístrate gratis.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.