# File lib/fusefs/pathmapper.rb, line 86
            def init_file(real_path,options)
                @options.merge!(options)
                @real_path = real_path
                @files = nil
                updated
                self
            end