Saves the IniFile to the file.

Namespace: System.Extensions.IO
Assembly: System.Extensions (in System.Extensions.dll) Version: 0.0.0.5 (0.0.0.5)

Syntax

C#
public void Save(
	string fileName
)
Visual Basic
Public Sub Save ( 
	fileName As String
)
Visual C++
public:
void Save(
	String^ fileName
)
F#
member Save : 
        fileName : string -> unit 

Parameters

fileName
Type: System..::..String
The location where you want to save the INI file.

See Also