AppleArchive.ExtractToDirectory

AppleArchive.ExtractToDirectory method

Extracts all the files in the archive to the directory provided.

public void ExtractToDirectory(string destinationDirectory)
ParameterTypeDescription
destinationDirectoryStringThe path to the directory to place the extracted files in.

Exceptions

exceptioncondition
EndOfStreamExceptionThe stream ends unexpectedly during extraction of a solid archive.
InvalidDataExceptionThe archive data is malformed or contains invalid entries in a solid archive.

See Also