Loads the latest version of the file's content from the file system.
void
Overrides File::reloadContent
public function reloadContent() { $this->setContent(file_get_contents($this->path)); }