mirror of
https://github.com/ICDSystems/ICD.Common.Utils.git
synced 2026-02-15 12:45:01 +00:00
Tidying
This commit is contained in:
@@ -20,8 +20,6 @@ namespace ICD.Common.Utils
|
|||||||
/// <param name="message"></param>
|
/// <param name="message"></param>
|
||||||
public static bool Unzip(string path, string outputPath, out string message)
|
public static bool Unzip(string path, string outputPath, out string message)
|
||||||
{
|
{
|
||||||
message = null;
|
|
||||||
|
|
||||||
try
|
try
|
||||||
{
|
{
|
||||||
#if SIMPLSHARP
|
#if SIMPLSHARP
|
||||||
|
|||||||
@@ -1,7 +1,6 @@
|
|||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using ICD.Common.Utils.Collections;
|
|
||||||
using ICD.Common.Utils.Extensions;
|
using ICD.Common.Utils.Extensions;
|
||||||
|
|
||||||
namespace ICD.Common.Utils
|
namespace ICD.Common.Utils
|
||||||
|
|||||||
Reference in New Issue
Block a user