flength:

-------------------------------------------------------------------------------
   Give the length of a file in bytes.
-------------------------------------------------------------------------------
   Form:
   n = flength( f )
-------------------------------------------------------------------------------

   ------
   Inputs
   ------
   f             (1,1)   File id

   -------
   Outputs
   -------
   n             (1,1)   Length   

-------------------------------------------------------------------------------

Children: