Up |
searchFile
Searches a file in the directory and its sub-directory.
Prototype :
fun [DP S] P
- DP : a read reference path
- S : the name of the searched file
Return : P the read reference file or nil if error
Example :
_fooS searchFile _checkDirectory "tests/net" "myfile.txt";