Code: Select all
//---------------------------------------------------------------------------------
internal static bool GetPath_ApplicationPlugins(out string LongPathNam)
{
LongPathNam = string.Empty;
return true;
}
//---------------------------------------------------------------------------------