Kernel.SpecialForms.__DIR__
You're seeing just the macro
__DIR__
, go back to Kernel.SpecialForms module for more information.
Returns the absolute path of the directory of the current file as a binary.
Although the directory can be accessed as Path.dirname(__ENV__.file)
,
this macro is a convenient shortcut.