I have global function in my system that was implemented while ago before I even started maintaining the system. One of the recent projects involved some major updates in that function. I have set the cfmail with some information inside in hope that I will get the .cfm page that call that function. So far only that I got is the page where the function is located but I already knew that. I got this information with this function:
GetDirectoryFromPath(path)
I was wondering if there is any other function that can give me the name of the page that called the function? If anyone can help me solve this problem please let me know. I'm still doing research but there is nothing that I came accross that would be helpful in my case.