API17:JPath::find
From Joomla! Documentation
JPath::find
Description
Searches the directory paths for a given file.
public static function find (
$paths
$file
)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $paths | string | An path or array of path to search in | |
| $file | string | 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.
- Defined on line 229 of libraries/joomla/filesystem/path.php
- Since

- Referenced by
See also
JPath::find source code on BitBucket
Class JPath
Subpackage Filesystem- Other versions of JPath::find
User contributed notes
Code Examples