# File lib/fusefs/metadir.rb, line 86
        def can_write?(path)
            pathmethod(:can_write?,path) do |filename|
                return mount_user?
            end
        end