__FILE__

Preprocessor macro of the name of the source code file being compiled.

Syntax
  __FILE__  
Remarks

The compiler defines this macro as a character string literal value of the name of the file being compiled, or the name specified in the last instance of a #line directive.