Get File Name from SaveAs dialog box sw2008

FileSaveAsNotify used to happen after a person would pressthe SAVE button from the SaveAs dialog box. This allowed me tocheck the filename that was manually typed into the SaveAs dialogbox against my company's standard naming convention.

In sw2008 FileSaveAsNotify2 is called before the SaveAs dialog boxis shown. I can input a file name, but there is no way to monitorwhat the user has typed in as the new file name, and stop the saveif the name isn't correct.

Summary:
I need a command that is triggered when the user presses the savebutton in the SaveAs dialog box that will allow me to check thefile's Path and Name and cancel the save operation if necessary.
SolidworksApi macros