Method | Description | |
---|---|---|
GetSettings ( String contextFolder, String settingsFolder = "" ) : |
Get settings for specified folder.
|
|
SettingsBrowser ( ) : System |
Initializes a new instance of the T:System.Object class.
|
Method | Description | |
---|---|---|
FindPathToConfigFile ( string directoryPath ) : String |
By given directory find path to ConfigFile
|
|
ReadSettingsFolderFromConfig ( String filePath ) : String |
Read path to Settings Folder from config (i.e. .core.settings)
|
public GetSettings ( String contextFolder, String settingsFolder = "" ) : |
||
contextFolder | String | /// This is not a settings folder! This is a context for what you want to get settings /// |
settingsFolder | String | /// Specify exact path to settings folder, if needed. By default it will browse file system to /// find .core.settings config file. /// |
return |