ReflectionFiber::getExecutingFile
Get the file name of the current execution point
&reftitle.description;
public stringReflectionFiber::getExecutingFile
Returns the full path and file name of the current execution point in the reflected Fiber.
If the fiber has not been started or has terminated, an Error is thrown.
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
The full path and file name of the reflected fiber.