Extracts string from the file inside the archive.
procedure ExtractToString(FileName: String; var Text: String);
Description
Use ExtractToString to decompress string from the file inside the archive.
The FileName parameter specifies file name being extracted.
Note: Any transaction must be finished before calling ExtractToString. Otherwise an exception will be raised. Also if some other errors occurs an exception will be raised.
|
|