View Single Post
  #10  
Old 16-01-2017, 00:07
Razor12911's Avatar
Razor12911 Razor12911 is offline
Noob
 
Join Date: Jul 2012
Location: South Africa
Posts: 3,749
Thanks: 2,170
Thanked 11,206 Times in 2,307 Posts
Razor12911 is on a distinguished road
Code:
function GetCompressedSize(Archive: String): Integer;
  external 'GetCompressedSize@files:arcsize.dll cdecl';
function GetOriginalSize(Archive: String): Integer;
  external 'GetOriginalSize@files:arcsize.dll cdecl';
Attached Files
File Type: 7z GetArcSize.7z (169.9 KB, 74 views)
Reply With Quote
The Following User Says Thank You to Razor12911 For This Useful Post:
-XCX- (26-02-2017)