# File lib/fakefs/file.rb, line 595
      def self.birthtime(path)
        if exists?(path)
          FileSystem.find(path).birthtime
        else
          fail Errno::ENOENT
        end
      end