reportFile
sklint.Output reportFile boolean { t | nil }
Description
This environment variable works together with the reportFileName variable. If set to t and the value of reportFileName is a valid path to a log file, SKILL Lint output is shown in a new window as a text file.
GUI Equivalent
Examples
envGetVal("sklint.Output" "reportFile")
envSetVal("sklint.Output" "reportFile" 'boolean t)
Related Topics
SKILL Lint Environment Variables
Return to top