Example #1
0
/**
 * Alias of File::determine().  Returns the first file that exists
 * from the specified list.
 *
 * @access public
 * @param array
 * @param string
 * @return string
 */
function file_determine($list, $path = false)
{
    return File::determine($list, $path);
}