import arcpy workspace = r'c:\data' arcpy.env.workspace = workspace datasets = arcpy.ListFeatureClasses("prefix_*") for dataset in datasets: arcpy.Delete_management(dataset) print "done deleting datasets"
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.