View Single Post
  #595  
Old 17.02.2019, 11:06
mgpai mgpai is offline
Script Master
 
Join Date: Sep 2013
Posts: 1,533
Default

Quote:
Originally Posted by TheDeath24 View Post
var myLong = myPackagizerLink.getBytesTotal();
This returns only the link size, not the package size.

Quote:
Originally Posted by TheDeath24 View Post
I canīt use packagizerbecause there is no option to filter by package size only by file size. I want to filter the packagesize.
Only the following methods return package size:
Code:
var myLong = myCrawledPackage.getBytesTotal();
var myLong = myFilePackage.getBytesTotal();

Only "Package Finished" trigger returns the "package" sandbox. In all other cases you have to get the "package" sandbox using methods which return packages or links.
Reply With Quote