$file = new File('C:/Test/file.txt'); X::dump($file->getHash()); // (string) '9a3182g36a83adtd9c9c2l59ap2a719c'
function() { if ( $this->file ){ return md5_file($this->file); } return ''; }