TgzReader.ExportTo

TgzReader.ExportTo method

Save messages and directory structure using given path.

public void ExportTo(string path)
ParameterTypeDescription
pathStringThe main directory path to save storage structure.

Exceptions

exceptioncondition
ArgumentNullExceptionthrows if file name is null or empty

See Also