Hello,
I would like to add a piece of python to the end of arcpy script that will search a file geodatabase and delete all files except for those in a list that I will specify. I am not sure where to start - so any ideas would be most welcome!
geodatabase: C:\...\ParcelProcessingShell.gdb
files to retain: "Template_TBL", "dbt_Assessors", "PARCELS"
I would like to add a piece of python to the end of arcpy script that will search a file geodatabase and delete all files except for those in a list that I will specify. I am not sure where to start - so any ideas would be most welcome!
geodatabase: C:\...\ParcelProcessingShell.gdb
files to retain: "Template_TBL", "dbt_Assessors", "PARCELS"