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)
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.