Where does MSXML IXMLDOMDocument::save save? I mean when it's called with a file name argument.
CComPtr< IXMLDOMDocument > doc;
p->get_doc( &doc );
doc->save( CComVariant( L"C:\\pathto\\mydoc.xml" ) );
Where will "C:\pathto\mydoc.xml" be?
|
|
Where does MSXML IXMLDOMDocument::save save? I mean when it's called with a file name argument.
Where will "C:\pathto\mydoc.xml" be?
|
||
|
|
|
It will be at the location you give it on your local system. The In addition to strings, the |
||||||||||
|