appsxmlfnout
appsxmlfnout |
Purpose
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