The current working directory of the application.
Introduced in NLog v4.5.
Supported in .NET and Mono.
${currentdir:dir=String:file=String}
dir: Name of the directory to be Path.Combine()'d with the current directory.
file: Name of the file to be Path.Combine()'d with the current directory.