Keil MDK-Arm version 5 / 6 compiler __FILE__ macro full path?

I am using Keil MDK-Arm compiler 6.19 and want to use __FILE__ macro for information of project name and full path. 

But Keil MDK-Arm shows just short path like ../Src/main.c

IAR EWARM compiler shows full path but Keil is not.

How Can I make it to show full path with Keil MDK-ARM compiler ???

0