| Home | All functions | Legacy functions | Categories |
Gets the mail log file path. (legacy name: vuGetMailLog()).
Previously exported as (legacy name, still supported):
xFileName (CSTRING) - Receives the current log file path.A LONG value indicating the result.
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 |