# Writable - `v::writable()` Validates if the given input is writable file. ```php v::writable()->validate('/path/of/a/writable/file'); //true ```