saving scene

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 27/01/2003 at 17:33, xxxxxxxx wrote:

User Information:
Cinema 4D Version:   8.012 
Platform:   Windows  ; Mac  ;  Mac OSX  ; 
Language(s) :     C++  ;

---------
Anyhow possible to determine when a scene is saved by the user? optimal of course would be after he clicked the save button in the standard save dialog and before the scene is saved (or somehow like that?)
Thanks

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 28/01/2003 at 02:46, xxxxxxxx wrote:

Where are you trying to detect the save from? a dialog? any object/tag/material etc. in the scene will know when it gets saved since the nodes Write function is called.

THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED

On 28/01/2003 at 03:48, xxxxxxxx wrote:

from an object. so write function. Thanks!