View Single Post
  #5  
Old 13-03-2024, 04:54
BLACKFIRE69's Avatar
BLACKFIRE69 BLACKFIRE69 is offline
Registered User
 
Join Date: Mar 2019
Location: In the Hell
Posts: 688
Thanks: 481
Thanked 2,547 Times in 561 Posts
BLACKFIRE69 is on a distinguished road
Arrow ISArcEx - Minor Update

ISArcEx - Minor Update


Quote:
* Some minor improvements.

* ISArcExCleanUp:

- This function is deprecated; you can still call it, but it will have no effect.

* Added new function ISArcExAddDisksEx:

- function ISArcExAddDisksEx(InputFile, Password, BaseDirInArc, OutputPath: WideString): Boolean;
- Now you can extract items (files/folders) from a specific folder within the archive.

Code:
- Example: Consider the following structure of 'data-langs.bin':

--------------------------------------------------------------------------------------
data-langs.bin:
  > Eng
       bin-eng (a folder)
       file-eng.mp4
       {other_items}
  > Rus
       bin-rus (a folder)
       file-rus.mp4
       {other_items}

  {rest_of_the_items_in_the_archive}
--------------------------------------------------------------------------------------



* if you call 'ISArcExAddDisksEx' like this:

  ISArcExAddDisksEx('C:\Test\data-langs.bin', 'MyPwd', 'Eng', 'D:\Test\Output');

* it'll extract items only from the 'Eng' folder (bin-eng, file-eng.mp4, etc.) 
into the destination (D:\Test\Output), and other items in the archive will be ignored.

Code:
* And free from false-positive trojan pop-ups.


.
Attached Images
File Type: png 00.png (24.4 KB, 339 views)

Last edited by BLACKFIRE69; 08-04-2026 at 14:20.
Reply With Quote
The Following 13 Users Say Thank You to BLACKFIRE69 For This Useful Post:
audiofeel (13-03-2024), Behnam2018 (13-03-2024), Cesar82 (14-03-2024), dixen (13-03-2024), hitman797 (13-03-2024), Jahan1373 (11-11-2025), kenzo34 (13-03-2024), Lord.Freddy (13-03-2024), nordi (19-01-2025), Tihiy_Don (14-03-2024), Titeuf (25-03-2024), vint56 (04-11-2024), Wanterlude (13-03-2024)