Nexus.Client.Games.Morrowind.PluginManagement.Boss.BossSorter.StripPluginDirectory C# (CSharp) 메소드

StripPluginDirectory() 보호된 메소드

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.
리턴 string
		protected string StripPluginDirectory(string p_strPlugin)
		{
			return FileUtil.RelativizePath(GameMode.PluginDirectory, p_strPlugin);
		}

Same methods

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