LAE

Welcome to the LAE community!  Please feel free to start a discussion in the discussion tab or join in a conversation.

Discussions

Members

Resources

Events

 View Only
  • 1.  stat function brings wrong file size - URGENT need for help

    Employee
    Posted 01-29-2015 06:38

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: Feridun

    Hello,

    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


  • 2.  RE: stat function brings wrong file size - URGENT need for help

    Employee
    Posted 01-31-2015 22:58

    Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.

    Originally posted by: ryeh

    Feridun, that is bizarre behavior. I was able to replicate it on my machine as well. My initial guess is that the results are not being stored as long int's as described in the documentation. I'll pass this along to engineering and support.