| ZipFileExtract Method (String, Boolean) |
Namespace:
Dynamicweb.Content.Files
Assembly:
Dynamicweb (in Dynamicweb.dll) Version: 9.12.0
Syntax public 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:
BooleanSee Also