# File lib/fusefs/pathmapper.rb, line 255
        def unmap(path)
            node = node(path)
            (node && node.file?) ? node.real_path : nil
        end