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)
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.