Preprocessor macro of the name of the source code file being compiled.
__FILE__
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.