AsposeVisualStudioPluginPdf.Core.AsposeComponentsManager.libraryAlreadyExists C# (CSharp) Method

libraryAlreadyExists() public static method

public static libraryAlreadyExists ( string libFileName ) : bool
libFileName string
return bool
        public static bool libraryAlreadyExists(string libFileName)
        {
            return System.IO.File.Exists(getLibaryDownloadPath() + libFileName.Replace(".zip", "") + "\\lib\\net40\\" + libFileName.Replace(".zip", ".dll"));
        }