# Readable - `v::readable()` Validates if the given data is a file exists and is readable. ```php v::readable()->validate('/path/of/a/readable/file'); //true ```