Skip to content

Commit

Permalink
Tweak.
Browse files Browse the repository at this point in the history
  • Loading branch information
martijnlaan committed Oct 5, 2024
1 parent 358c00b commit cf1153a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ISHelp/isxfunc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1837,7 +1837,7 @@ end;</pre>
<function>
<name>Extract7ZipFile</name>
<prototype>function Extract7ZipFile(const FileName, DestDir: String; const FullPaths: Boolean): Integer;</prototype>
<description><p>Extracts the specified 7-Zip archive to the specified directory. Returns zero if successful, zero otherwise.</p></description>
<description><p>Extracts the specified 7-Zip archive to the specified directory, with or without using path names. Returns zero if successful, zero otherwise.</p></description>
<remarks><p>Uses an embedded version of the &quot;7z ANSI-C Decoder&quot; from the LZMA SDK by Igor Pavlov, as-is, except that Unicode support was improved.</p>
<p>All output of the decoder is logged if logging is enabled, including error messages but excluding empty lines.</p>
<p>The decoder has the following limitations, as written by Igor Pavlov in file 7zC.txt of the LZMA SDK:<br /><br />
Expand Down

0 comments on commit cf1153a

Please sign in to comment.