writeStubXml
The writeStubXml
method writes out an XML file containing the metadata for the document. The file is created in the current folder but you can specify a full path and file name if you want to create the file in another folder.
Syntax
writeStubXml( filename )
Arguments
Argument | Description |
---|---|
filename
|
(String) The name of the file to create. |
Returns
(Boolean) True
if successful, false
otherwise.