mirror of
https://github.com/Respect/Validation.git
synced 2026-03-16 07:15:45 +01:00
670 B
670 B
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: