Click or drag to resize

HelperFunctionsSettingsManagerInitializeSettingsFile Method

This method will initialize a binary setting file for saving your settings. If you have not called InitializeSettingsFile() a generic one called "Settings.dat" will be created or opened.

Namespace:  AHL
Assembly:  AHL (in AHL.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void InitializeSettingsFile(
	string settingsFilename = "Settings",
	string settingsExtension = "dat"
)

Parameters

settingsFilename (Optional)
Type: SystemString
This is the filename of the binary settings file.
settingsExtension (Optional)
Type: SystemString
This is the extension of the binary settings file.
See Also