Variable FileStat.sizeInBytes

File size. Valid only if isFile is true

struct FileStat
{
  // ...
  ulong sizeInBytes ;
  // ...
}