# File lib/pathname2.rb, line 1080
   def copy_file(*args)
      FileUtils.copy_file(self, *args)
   end