# File rbSnack/tkSnack.rb, line 707
    def read( filename, options=nil, &op_block)
        options=SnOp::makeOps(options, &op_block)
        raise "filename must be a string" unless filename.type==String
        Snack::exeTkCmd( [@name, 'read', filename], options)
    end