How connect suggestedFileNames with existing ModelDoc2

Hi,

I have some routine connected to event PromptForMultipleFileNamesNotify.

Parameter passed to this method is array of suggestedFileNames.

Any idea how to find correct ModelDoc2 object for each suggestedFileName in this array?

ModelDoc2.GetPathName property is of course empty in every document which is about to save.

And on Part or assembly I will get event FileSavePostNotify, but this is too late for me - I don't want to make file again dirty, but I have to set some custom propertis on every document saved externally.

Thanks in advance

SolidworksApi macros