| Home | All functions | Legacy functions | Categories |
Gets the legacy sent-mail CSV log file path. (legacy name: vuGetMailLog()).
Previously exported as (legacy name, still supported):
A LONG value indicating the result.
This is separate from diagnostics logging. Use vuDiagnosticsGetFile() to read the diagnostics log path.
This returns the log file path from the current session.
ROUTINE:Test_vuLogGetFile ROUTINE
DATA
cLog CSTRING(520)
RC LONG
CODE
cLog = ''
RC = vuLogGetFile(cLog)
STOP('RC=' & RC & ' MailLog=' & cLog)
| Home | All functions | Legacy functions | Categories |