# File lib/rfuse.rb, line 608
        def self.file(mode=0,values = { })
            return self.new(S_IFREG,mode,values)
        end