Documentation Feedback
Path: /examples/checking_file_existence/
Helpful: No ❌
Feedback:
I just need file.exists function as primary citizen. Because checking file existence is a primary business logic in many cases. For example:
if (!fa.exists('git/repo/path')) {
throw new Error('You should clone git repo first to start test stand')
}
This issue was automatically created from the documentation feedback system.