JPath::find
Searches the directory paths for a given file.
Signature
public function find(mixed
$paths,
string
$fileĀ )
Parameters
-
$paths
- An path string or array of path strings to search in
-
$file
- The file name to look for.
Returns
- mixed
- The full path and file name for the target file, or boolean false if the file is not found in any of the paths.