Checks if current position is valid.
boolean
public function valid() { if (current($this->files) === false) { return false; } return true; }