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