public static ExtractToDirectory ( string sourceArchiveFileName, string destinationDirectoryName ) : void | ||
sourceArchiveFileName | string | The path to the archive on the file system that is to be extracted. |
destinationDirectoryName | string | The path to the directory on the file system. The directory specified must not exist, but the directory that it is contained in must exist. |
return | void |