strictFiles
- global property
The strictFiles
global property lets you require stricter usage of files at runtime. When the strictFiles property is set to true, reading a nonexistent file as a container will throw an exception rather than simply returning empty. This property is initially set to false. Setting it to true can aid debugging and catch some errors such as file names that were inadvertently misspelled, for example.
- Related: strictVariables, strictProperties