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

GetSharedFile() private method

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