# File lib/fusefs/metadir.rb, line 121
        def can_mkdir?(path)
            pathmethod(:can_mkdir?,path) do |dirname|
                return mount_user?
            end
        end