|
Property |
Method |
Event |
Enterprise |
| ||||
SaveFileExSaves a resource file inserted into a document. SyntaxHRESULT SaveFileEx(
BSTR filePath,
BSTR resourcePath
);
ParametersfilePath [in] The absolute path (URL) of the file to save. resourcePath [in] The path of the resource file to save. Return Values
Remarks1. No saving-specific dialog boxes open during execution. SamplesVBScript dim object, height
set object = Document.editForm
object.Wec.SaveFileEx "C:\\Test\Test.htm", "Res\"
|
||||||||