import os import arcpy shapeFileName = r"c:\some\output.shp" outFeature = os.path.join(r"c:\new\folder", os.path.basename(shapeFileName)) arcpy.CopyFeatures_management(shapefileName, outFeature)
arcpy.CopyFeatures_management(shapefileName, outFeature)
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.