Template.Import



Import(szFileName As String) As Boolean

Parameters

szFileName As String
Path and Filename where the XML file for import is located.
ED
avaliable
RT
not used

Remarks

Import settings from an xml file

Sample


Private Sub zenOn_ExportImportSettings(ByRef zenOnObject As Object)



	'Export settings to an xml file

	zenOnObject.Export ("C:\zenOn_eXaMpLe.xml")



	'Import settings from an xml file

	zenOnObject.Import ("C:\zenOn_eXaMpLe.xml")



End Sub

See Also

Template