Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 196 Bytes

Executable.md

File metadata and controls

14 lines (9 loc) · 196 Bytes

Executable

  • v::executable()

Validates if a file is an executable.

v::email()->executable('script.sh'); //true

See also