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).
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).
Hi @D-EFFCON,
You can directly use length(data)
to get the size.
Sweet, that indeed did do the trick!