Hi all
In my python code scripting, some time I used some function to do analysis on shapefile. Those function need to specify the .shp in the filename like arcpy.Rename_management(output+'.shp', filename). When I used files in geodatabase, my script crashed.
I am wondering how I can handle this problem?
I want just specify that my script loop over lot of files.
Thanks in advance