class: System
${fileExists(filepath )}
input | ${fileExists(/etc/motd)} |
yields | FAILURE fileExists: no such file
|
input | ${fileExists(/tmp)} |
yields | SUCCESS
|
input | ${fileExists(C:\COMMAND.COM)} |
yields | FAILURE fileExists: no such file
|
notes |
because, like, we run a real computer, here..
|
|