M_Furcadia_IO_IniFile_Load - 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.]
Loads the Reads the data in the ini file into the IniFile object
Namespace: Furcadia.IO
Assembly: FurcadiaLib (in FurcadiaLib.dll) Version: 2.19.PreAlpha 43
C#
public void Load(
string sFileName,
bool bMerge = false
)
VB
Public Sub Load (
sFileName As String,
Optional bMerge As Boolean = false
)
VB Usage
Dim instance As IniFile
Dim sFileName As String
Dim bMerge As Boolean
instance.Load(sFileName, bMerge)
C++
public:
void Load(
String^ sFileName,
bool bMerge = false
)
F#
member Load :
sFileName : string *
?bMerge : bool
(* Defaults:
let _bMerge = defaultArg bMerge false
*)
-> unit
- sFileName
- Type: System.String
Name of the s file. - bMerge (Optional)
- Type: System.Boolean
if set totrue
[b merge].