mxd = arcpy.mapping.MapDocument(m)
for lyr in arcpy.mapping.ListLayers(mxd):
for dirpath, dirnames, filenames in arcpy.da.Walk(MapList):
for filename in filenames:
desc = arcpy.Describe(os.path.join(dirpath, filename))
desc.catalogPath
desc.name
desc.dataType
mxd = arcpy.mapping.MapDocument(m)
for lyr in arcpy.mapping.ListLayers(mxd):
for dirpath, dirnames, filenames in arcpy.da.Walk(MapList):
for filename in filenames:
desc = arcpy.Describe(os.path.join(dirpath, filename))
desc.catalogPath
desc.name
desc.dataType
Thanks for ur code ,
i have tried it and added in Python caller the import modules and mxd path and csv path output but I got an error .it does not work with me .
We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.