__FILE__ expansion to the just the file name ?

In Assert() macro there is __FILE__ which expands to full path. As it should do. But I like to have only the filename (without the full path).

This will save a lot of precious space.

 

To avoid confusion, it needs to be done at compile time, otherwise it save no memory space.