I'm trying to write an addin that will verify certain custom properties exist before a file is added to the vault. I'm using the EdmCmd_PreAdd hook to tell me when files are being added. The problem I'm running into is EdmCmd_PreAdd only returns the destination file path and not the current path... hence I can't point to the file to check the custom properties. If anyone has any Ideas on how I can go about doing this PLEASE let me know.
Thanks!
SolidworksApi macros