Exists
Exists()
Validates files or directories.
v::exists()->validate(__FILE__); // true
v::exists()->validate(__DIR__); // true
This validator will consider SplFileInfo instances, so you can do something like:
v::exists()->validate(new SplFileInfo('file.txt'));
Changelog
| Version | Description |
|---|---|
| 0.5.0 | Created |
See also: