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