  | ZipFileExtract Method (String, Boolean) | 
  
    Namespace: 
   Dynamicweb.Content.Files
    Assembly:
   Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntaxpublic static bool Extract(
	string physicalPath,
	bool createDirectory
)
Public Shared Function Extract ( 
	physicalPath As String,
	createDirectory As Boolean
) As Boolean
Parameters
- physicalPath
 - Type: SystemString
 - createDirectory
 - Type: SystemBoolean
 
Return Value
Type: 
Boolean
See Also