NAME
	find_object - find an object

SYNOPSIS
	object find_object(string obj)


DESCRIPTION
	The string argument is resolved as a file path, and the object with
	the resulting name is searched for.  Either the object, if found, or
	zero is returned.
	Objects with "lib" as a path component cannot be found with this
	function.

SEE ALSO
	kfun/object_name
