EggArchive.ExtractToDirectory

EggArchive.ExtractToDirectory method

Extracts the archived files to the directory provided.

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

Remarks

If the directory does not exist, it will be created.

See Also