docs

Home All functions Legacy functions Categories

vuGetUCodeFile()

Clarion prototype

Prototype: vuGetUCodeFile(*CSTRING OutFileName), CSTRING, PROC, PASCAL, RAW, NAME(‘vuGetUCodeFile’)

Description

Gets the current UCode file path using the original vuMail compatibility behavior.

Parameters

Return value / error codes

Example (Clarion)

ignored CSTRING(1)

ignored = ''
MESSAGE('UCode file: ' & vuGetUCodeFile(ignored))

Notes

Home All functions Legacy functions Categories