







Loads a property file into internal name/value collection.
The file format of these property files are simmilar to INI files.
Namespace:
Moxiecode.Manager.Utils
Assembly:
MCManager (in MCManager.dll) Version: 1.0.0.0
Syntax
| C# |
|---|
public void Load( string filepath ) |
| Visual Basic (Declaration) |
|---|
Public Sub Load ( _ filepath As String _ ) |
| Visual C++ |
|---|
public: void Load( String^ filepath ) |
Parameters
- filepath
- Type: System..::.String
Full path to filename to load.
