Nexus.Client.Games.Morrowind.PluginManagement.Boss.BossSorter.StripPluginDirectory C# (CSharp) Méthode

StripPluginDirectory() protected méthode

Removes the plugin directory from the given plugin path.
BAPI expects plugin paths to be relative to the plugins directory. This adjusts the plugin path for that purpose.
protected StripPluginDirectory ( string p_strPlugin ) : string
p_strPlugin string The plugin path to adjust.
Résultat string
		protected string StripPluginDirectory(string p_strPlugin)
		{
			return FileUtil.RelativizePath(GameMode.PluginDirectory, p_strPlugin);
		}

Same methods

BossSorter::StripPluginDirectory ( string p_strPlugins ) : string[]