In our Office we use pre-defined, read-only .mxd Projects. For saving edited projects I made a little python Add-in which allows the user to save the mxd in a subfolder of a Default-path, which is selected by the user with the pythonaddins.SaveDialog. My Problem is, that I can't implement the...