RobertoTjesse / mxd-version

Find the ArcGIS Desktop version of MXD files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mxd-version

Description:

Find all the MXD files in a folder and print out their ArcGIS Desktop version.

How to:

Add the path to the folder containing your mxd's on line 26 of the mxd_version.py file.

References:

The primary function (getMXDVersion) was copied verbatim from https://gis.stackexchange.com/a/142689/335.

Beware: The answer on that post that is marked as correct does not work from ArcGIS 10.4 on. This one has been tested through 10.7.1.

This has been tested in Python 2.7 and 3.5, so it should work whether or not you have ArcGIS Pro/Python 3.x Installed and messing up your Python environment.

External tools:

The script requires olefile.

pip install olefile

About

Find the ArcGIS Desktop version of MXD files.

License:The Unlicense


Languages

Language:Python 100.0%