ZipExtrasExtractZipFile Method |
Namespace: ANDREICSLIB.ClassExtrasAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic static void ExtractZipFile(
string archiveFilenameIn,
string outFolder,
string password = null
)
Public Shared Sub ExtractZipFile (
archiveFilenameIn As String,
outFolder As String,
Optional password As String = Nothing
)
public:
static void ExtractZipFile(
String^ archiveFilenameIn,
String^ outFolder,
String^ password = nullptr
)
static member ExtractZipFile :
archiveFilenameIn : string *
outFolder : string *
?password : string
(* Defaults:
let _password = defaultArg password null
*)
-> unit
Parameters
- archiveFilenameIn
- Type: SystemString
- outFolder
- Type: SystemString
- password (Optional)
- Type: SystemString
See Also