appsxmlfnin
appsxmlfnin |
Purpose
Synopsis
function appsxmlfnin(label:string):string
Argument
label
|
entity label
|
Return value
Filename or
null: if the file has not been generated.
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(appsxmlfnin("myScalar"))
Further information
This function returns the name of a temporary input file as is used by
appsxmlin. It needs to be preceeded by a call to
appsxmlimport.
Related topics