# File lib/fusefs/metadir.rb, line 73
        def read_file(path)
            pathmethod(:read_file,path) do |filename|
                @files[filename].to_s
            end
        end