If I'm in C and have a lua_Object that is a Lua function, is there a way to get the path of it's source file? The debbugger APIs seem to do this for functions on the call stack, but I need to do it for other functions as well. Steve