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)
Přihlášení členové mohou přispívat, sledovat aktualizace a další. Jste tu noví? Zaregistrujte si bezplatný účet.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.