# File lib/fusefs/pathmapper.rb, line 306
        def mkdir(path,options = {})
            make_node(path).init_dir(options)
        end