Initializing help system before first use

appsxmlfnout

appsxmlfnout


Purpose
Generate a file name for an output file.
Synopsis
function appsxmlfnout(label:string):string
Argument
label 
entity label
Return value
Filename.
Example
The following line of Mosel code outputs the full path to a file called myScalar in a temporary directory created by this package.
writeln(appsxmlfnout("myScalar"))
Further information
This function generates and records the name of a temporary output file as is used by appsxmlout. If the file already exists it is deleted.
Related topics