I'm giving arcpy's Walk a shot, and I've run into a disappointing setback: It doesn't notice several file types I'd like to see.
For example, I'd like to see KMLs (supported by Pro???), Personal GDBs, PDFs, Word Documents, and zip files.
I don't even need to read the contents of things like Personal GDBs right now; I just want to know they're there. (Sidenote: It will read coverages but not recognize if a Personal GDB or KML is there???)
I'm disappointed because arcpy.da.Walk takes about 15 seconds to evaluate on test data, and the functions I'd built with os.path.walk (including filtering out shapefile component files, etc), takes about 70 seconds on the same data, but return things like PDFs.
Does anyone know of a way to get arcpy's Walk to see other files?