Method of IBaseDocument
Saves document under given path. If path is empty saves on current file name
BaseDocument.Save(strPath, bAsCopy);
==== Visual Basic Script ====
BaseDocument.Save strPath, bAsCopy
==== C++ ====
HRESULT hr = BaseDocument.Save(strPath, bAsCopy);
===== See Also ===== IBaseDocument