See also
Declaration: NewFile(strFile as String,strType as String) as Document
Parameters
strFile
Full path of new file.
strType
Type of new file as string (i.e. "xml", "xsd", ... )
Return Value
Returns the new file.
Description
NewFile creates a new file of type strType (i.e. "xml").
The just now created file is also the ActiveDocument.
Previous
Top
Next