This is discussion of EurekaLog project's options.
You can use environment variables in any text values in your project settings. You can insert variable by using "Variables" window. Variable is inserted as special tag. When you run your application at run-time, any variable value will be replaced with actual value, which is calculated at run-time.
For example, if you set your folder for saving bug-report to "%APPDATA%\MyBugReports" then your bug reports will be saved to C:\Users\UserName\AppData\Roaming\MyBugReports\ or C:\Documents and Settings\UserName\Application Data\MyBugReports - depending on real value of %APPDATA% variable at run-time.
Note: variables names are case-insensitive.
When you're in your EurekaLog project options, you can click on "Variables" button at dialog's bottom:
"Variables" button in EurekaLog project options
Click on this button and you will see such window:
"Variables" dialog
"Copy" button will close the window with copying selected variable into clipboard. Alternatively: you can just double-click on variable in the list. "Close" button will close the window without any action.
Suggested action's sequence:
Note: this dialog suggests you only build-in special pseudo-variables (those with names started with "_") and commonly used variables. However, you can use any environment variable (even if it's not listed in this dialog). See also: environment variables.
Important Notes: Some variables (such as %APPDATA%, %TEMP% folders, etc.) are specific to user account. In other words, each user account has its own %APPDATA% folder. EurekaLog will use %APPDATA% folder of user running your executable. For example:
See also:
|