AcadLib.IO.Path.GetSharedCommonFile C# (CSharp) Method

GetSharedCommonFile() private method

private GetSharedCommonFile ( string pluginName, string fileName ) : string
pluginName string
fileName string
return string
        public static string GetSharedCommonFile([NotNull] string pluginName, [NotNull] string fileName)
        {
            return System.IO.Path.Combine(GetSharedCommonFolder(pluginName), fileName);
        }