import os path = r"C:\Active\ArcPY\ResourceCenter" i = 0 for (path, dirs, files) in os.walk(path): for file in files: if file.endswith(".mxd"): print os.path.join(path,file)
Aangemelde leden kunnen berichten plaatsen, updates volgen en meer. Nieuw hier? Registreer een gratis account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.