Create |
Scroll |
Creates a new Thereforeā¢ compound file.
Namespace: Therefore.API
Visual Basic Public Overridable Function Create ( _ strFileName As String ) C# public virtual void Create ( ref string strFileName )
Parameters strFileName The filename of the Thereforeā¢ compound file. You may specify an empty string. In this case a new file on the System-Temp directory will be created. The new filename will be returned in this parameter.
Return Value None. |