Click or drag to resize

CachedIniFileSave Method

Overload List
  NameDescription
Public methodSave
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.
Public methodSave(String)
Saves current contents of this object to an INI file. If the file already exists, it is overwritten.
Public methodSave(String, Encoding)
Saves current contents of this object to an INI file. If the file already exists, it is overwritten.
Top
See Also