Readable Validates if the given data is a file exists and is readable. Valid values: validator.readable().validate(__filename); Invalid values: validator.readable().validate(__dirname);