# File lib/rfusefs.rb, line 117
    def FuseFS.set_root(root)
        @fs=Fuse::Root.new(root)
    end