Metodo UtilityUnZip |
Namespace: DedNet.Core
public static void UnZip( string zippedFile, string targetDir, bool showProgressBar = true, Action<int> stepperMethod = null )
Public Shared Sub UnZip ( zippedFile As String, targetDir As String, Optional showProgressBar As Boolean = true, Optional stepperMethod As Action(Of Integer) = Nothing )
public: static void UnZip( String^ zippedFile, String^ targetDir, bool showProgressBar = true, Action<int>^ stepperMethod = nullptr )
static member UnZip : zippedFile : string * targetDir : string * ?showProgressBar : bool * ?stepperMethod : Action<int> (* Defaults: let _showProgressBar = defaultArg showProgressBar true let _stepperMethod = defaultArg stepperMethod null *) -> unit