public static string MakeConfigFilePath(this TorchPluginBase self) { return(self.MakeFilePath($"{self.GetType().Name}.cfg")); }
public static string MakeConfigFilePath(this TorchPluginBase self) { return(Path.Combine(self.StoragePath, $"{self.GetType().Name}.cfg")); }