Dynamicweb 8 Documentation
Extract(String,Boolean) Method

The physical path.
if set to true [create directory].
Extracts the specified physical path.
Syntax
'Declaration
 
Public Overloads Shared Function Extract( _ 
   ByVal physicalPath As String, _ 
   ByVal createDirectory As Boolean _ 
) As Boolean
public static bool Extract( 
   string physicalPath,
   bool createDirectory 
)

Parameters

physicalPath
The physical path.
createDirectory
if set to true [create directory].
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ZipFile Class
ZipFile Members
Overload List

Send Feedback