How do you retrieve the output file name of a page your generating and pass it into a variable?E.g File being generated is called "buyerType.html"I want this file name to be entered into a variable and then use this to build up a new link such as "buyerType_more.html"Thanks