Example #1
0
 public static void SetLibraryPath(string libraryPath)
 {
     SevenZipLibraryManager.SetLibraryPath(libraryPath);
 }
Example #2
0
 public void SetNonExistant7zDllLocationTest()
 {
     Assert.Throws <SevenZipLibraryException>(() => SevenZipLibraryManager.SetLibraryPath("null"));
 }