Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: FeridunHello,
I am using the "stat" function in order to get the file size of a BRD. but it brings wrong size when the data is reletively big (like 10 GBs). it brings true file size when I try with small (like 2 MBs). Does anyone have any idea why it could be?
This is how I write:
emit stat("c:/filename.brd")[0].abs() as field_name
Thank you
Feridun