Any way to retrieve the binary data file size?

Hi all,

Is there a quick way to retrieve this value using Make’s functions? My scenario needs to be optimized as much as possible so I can’t afford to use another module (for eg. to download the file and extract the file size metadata from that).

image

Hi @D-EFFCON,

You can directly use length(data) to get the size.

1 Like

Sweet, that indeed did do the trick!

1 Like