CachedIniFileSave Method |
Name | Description | |
---|---|---|
Save |
Saves current contents of this object to INI file that this object last loaded values from, either through constructor
call with filename parameter or by calling Load method with filename parameter.
| |
Save(String) |
Saves current contents of this object to an INI file. If the file already exists, it is overwritten.
| |
Save(String, Encoding) |
Saves current contents of this object to an INI file. If the file already exists, it is overwritten.
|