DM Reference

DM Ref

❯

DM language details

❯

preprocessor

❯

__FILE__ macro

__FILE__ macro

1 min read

The __FILE__ macro expands to a string containing the name of the current source file. This may be useful when generating debugging error messages.

See also

  • DEBUG definition
  • __LINE__ macro
  • __MAIN__ macro
  • __PROC__ macro
  • __TYPE__ macro
  • __IMPLIED_TYPE__ macro

Graph View

Backlinks

  • __LINE__ macro

Created with Quartz v4.5.0 © 2025

  • GitHub