Up

searchFile

Searches a file in the directory and its sub-directory.

Prototype :

fun [DP S] P

Return : P the read reference file or nil if error

Example :

_fooS searchFile _checkDirectory "tests/net" "myfile.txt";