Saves the control's contents to a specified location.
public void saveFile( String path )
public synchronized void saveFile( String path, int fileType )
path
The path to the file.
fileType
The type of file to save. This value must be one of the enumeration constants defined in the RichEditStreamType class.
Exception
WFCInvalidArgumentException exception thrown if the value specified in fileType is invalid. WFCException thrown if an error occurs during the save operation.