module.exports = function(path, cb){
  var connection = this;

  connection.exists(path, function(err, exists){