| Home | All functions | Legacy functions | Categories |
Gets the currently configured diagnostics log file path.
Prototype: vuDiagnosticsGetFile(*CSTRING xFileName), SIGNED, PROC, PASCAL, RAW, NAME(‘vuDiagnosticsGetFile’)
rc LONG
diagLog CSTRING(260)
diagLog = ''
rc = vuDiagnosticsGetFile(diagLog)
IF rc = 1
MESSAGE('Diagnostics log: ' & CLIP(diagLog))
END
| Home | All functions | Legacy functions | Categories |