M_Furcadia_IO_IniFile_Save - StarShip-Avalon-Projects/FurcadiaFramework GitHub Wiki
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
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
- sFileName
- Type: System.String
Name of the s file.