M_Furcadia_IO_IniFile_Save - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki

IniFile.Save Method

This stuff is still in the planning stages. Any questions or Comments are welcome. [This is preliminary documentation and is subject to change.]

Used to save the data back to the file or your choice

Namespace: Furcadia.IO
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43

Syntax

C#

public void Save(
	string sFileName
)

VB

Public Sub Save ( 
	sFileName As String
)

VB Usage

Dim instance As IniFile
Dim sFileName As String

instance.Save(sFileName)

C++

public:
void Save(
	String^ sFileName
)

F#

member Save : 
        sFileName : string -> unit 

Parameters

 

sFileName
Type: System.String
Name of the s file.

See Also

Reference

IniFile Class
Furcadia.IO Namespace

⚠️ **GitHub.com Fallback** ⚠️