# File lib/fusefs/pathmapper.rb, line 299
        def can_write?(path)
            @allow_write && file?(path)
        end