Why did you extend DataMapper directly?? There are half a dozen supported ways to write your own validation methods, and none of them require direct modification.
The simplest method is to add your own _file_require method to your model, but you can also easily add it to an extension. Custom validation methods always override Form_validation methods.
Please see the validation page in the manual for explicit examples.