| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
The current process executable directory of the application.
Platforms Supported: All
Introduced in NLog v4.7.1.
See also ${basedir}, ${specialfolder}, ${currentdir}, ${tempdir}
${processdir:dir=String:file=String}
dir: Name of the directory to be Path.Combine()'d with the process directory.
file: Name of the file to be Path.Combine()'d with the process directory.
This is the same as using ${basedir:processDir=true}.
See also: FileTarget FileName Directory
- Troubleshooting Guide - See available NLog Targets and Layouts: https://nlog-project.org/config
| Back | FazBrowse Home | New Git URL |