Size =  download .file .size .get  (  ObjectID  )  
                                     
Description :

This instruction returns the length of the current file downloaded from the Internet.

Parameters :

  • ObjectID of the downloaded file.

Return Value :

  • Length of the file, expressed in bytes.

    NULL if the ObjectID is not valid or if the length of the file cannot be returned (i.e., in the case of streaming).

Examples :