ScheduleFile

Purpose

This property can be set and read.  Setting this property configures HomeSeer to use a new configuration file.  Reading this property reports the currently configured configuration file.  Configuration files hold all configured devices and events.

Parameters

Parameter: filename
Type: string
Description: The complete path to a new configuration file to use.

Returns

Return value: filename
Type: string
Description: Returns the full path and name of the current configuration file.

Example

' Set a new configuration file
hs.ScheduleFile = "c:\newconfig.xml"

' Read the current configuration file
dim config_file
config_file = hs.ScheduleFile