Martijn Laan před 11 měsíci
rodič
revize
db656d897d
1 změnil soubory, kde provedl 2 přidání a 2 odebrání
  1. 2 2
      ISHelp/isxfunc.xml

+ 2 - 2
ISHelp/isxfunc.xml

@@ -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 />
@@ -1849,7 +1849,7 @@ You can create .7z archive with 7z.exe, 7za.exe or 7zr.exe:<br /><br />
 7z.exe a archive.7z *.htm -r -mx -m0fb=255<br /><br />
 If you have big number of files in archive, and you need fast extracting, you can use partly-solid archives:<br /><br />
 7za.exe a archive.7z *.htm -ms=512K -r -mx -m0fb=255 -m0d=512K<br /><br />
-In that example 7-Zip will use 512KB solid blocks. So it needs to decompress only  512KB for extracting one file from such archive.</p></remarks>
+In that example 7-Zip will use 512KB solid blocks. So it needs to decompress only 512KB for extracting one file from such archive.</p></remarks>
       </function>
     </subcategory>
     <subcategory>