THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 20/10/2004 at 00:13, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 9.012
Platform: Windows ;
Language(s) : C++ ;
---------
Hi
When I use following code in COFFEE, if its a new document, save as dialog box (windows default) will open automatically. Whats the relavent code in C++?
var doc=GetActiveDocument(); // COFFEE
var f = doc->GetFilename(); // COFFEE
doc->Save(f); //COFFEE