$file = new bbn\File('C:/Test/file.txt'); X::dump($file->getSize()); // (int) 314
function() { if ($this->file && is_null($this->size)) { $this->size = $this->fs->filesize($this->file); } return $this->size; }