Finds files from the file system when using the Kohana framework using the Cascading File system. Bad-ass!

package Owl
author Dave Widmer

 Methods

Given the filename, attempts to find a file in the filesystem.

find(string $file) : string

Parameters

$file

string

The name of the file

Exceptions

\Owl\Exception When a file can't be found

Returns

stringThe full file path to the file