fullpath_file

Controls if the __FILE__ macro returns a full path or the base filename. The default is off.

Syntax

#pragma fullpath_file on | off | reset

Targets
All platforms.
Remarks

When on, the __FILE__ macro returns a full path to the current file, otherwise it returns the base filename.

This pragma does not correspond to any panel setting. To check this setting, use the __option (fullpath_file), described in Checking Settings. The default setting is off.