VariantConfig.save

Saves config values to the config file.

  1. void save()
  2. void save(string fileName)
    struct VariantConfig
    @trusted
    void
    save
    (
    string fileName
    )

Parameters

fileName string

Name of the file which values will be stored.

Meta