API17

API17:JPath::find

From Joomla! Documentation

Joomla 11.1 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.

See also


User contributed notes

Code Examples