deleteSettings

Deletes settings files for the specified app that are handled by this library. Also removes directory if empty.

void
deleteSettings
(
string name
,
string filename = settingsFilename
)

Parameters

name string

App name.

filename string

The settings file that will be deleted.

Examples

deleteSettings("testapp");

Meta