- ⌂ Publishing
- Directives
#NOOUTPUT
Disable file creation and updates when #OUTPUT is called. The corresponding filename will still be returned, the file just won't be created or updated.
Prototype
#NOOUTPUT ... #ENDNOOUTPUT
Example
#/ File creation/writing.
#NOOUTPUT
Filename is #OUTPUT("test.txt", "Testing").
#ENDNOOUTPUT