Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Applies To: Dynamics 365 (online), Dynamics 365 (on-premises), Dynamics CRM 2013, Dynamics CRM 2015, Dynamics CRM 2016
Unzips a file to a directory.
Namespace: Microsoft.Crm.UnifiedServiceDesk.CommonUtility
Assembly: Microsoft.Crm.UnifiedServiceDesk.CommonUtility (in Microsoft.Crm.UnifiedServiceDesk.CommonUtility.dll)
Syntax
public static bool UnZipFiles(
string zipPathAndFile,
string outputFolder
)
Public Shared Function UnZipFiles (
zipPathAndFile As String,
outputFolder As String
) As Boolean
Parameters
zipPathAndFile
Type: System.StringSpecifies file to unzip.
outputFolder
Type: System.StringSpecifies where to unzip it to.
Return Value
Type: System.Boolean
Type: Boolean
true if the unzip operation is successful; otherwise, false.
See Also
ZipUtils Class
Microsoft.Crm.UnifiedServiceDesk.CommonUtility Namespace
Return to top
Unified Service Desk 2.0
© 2017 Microsoft. All rights reserved. Copyright