Example #1
0
 /**
  * Return the file size.
  */
 public function fileSize($path)
 {
     return $this->fileSystem->size($path);
 }