Example #1
0
 /// <summary>
 /// Set a binary path assocated for a setting
 /// </summary>
 /// <param name="setting">The setting</param>
 /// <param name="value">The path</param>
 public static void SetBinaryPath(CONSTANTS.PathKey setting, string value) => Settings.ToolPaths.SetBinaryPath(setting, value);
Example #2
0
 /// <summary>
 /// Get the filepath associated with a setting
 /// </summary>
 /// <param name="setting">The setting</param>
 /// <returns>The path</returns>
 public static string GetSettingPath(CONSTANTS.PathKey setting) => Settings.ToolPaths.Get(setting);