When calling the debug.getinfo method. It returns an object with the info about the current line or function and the file its in.
However, it just shows the file name. And not its path.
Is there a way to get more information about the files path?
I would like to know where the file is since i could have multiple files with the same name under different folders.