JPath::find/1.5
From Joomla! Documentation
JPath::find
Description
Searches the directory paths for a given file.
Description:JPath::find [Edit Descripton]
public function find ( $paths $file )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $paths | string | $path 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 233 of libraries/joomla/filesystem/path.php
- Since
- Referenced by
See also
-
JPath::find on api.joomla.org
-
JPath source code on JoomlaCode
-
Class JPath
-
Subpackage Filesystem
- Other versions of JPath::find
SeeAlso:JPath::find [Edit See Also]
User contributed notes
<CodeExamplesForm />