_ = require('lodash') exports.isValidPath = (p) -> return _.isString(p)