# File lib/fakefs/file_system.rb, line 68
    def delete(path)
      if node = FileSystem.find(path)
        node.delete
      end
    end