Skip to content

FileResolve Operator

Martin Danielsson edited this page Jul 23, 2015 · 2 revisions

The FileResolve operator creates a fully qualified path to a given file. In order to use the FileResolve operator, the file which is to be resolved, has to exist.

What Type
Syntax FileResolve(fileName)
fileName any
Return type string

In case the file cannot be resolved, the transformation processing will be cancelled and an appropriate error message thrown. The fileName can be any kind of file name, both absolute and relative. The FileResolve operator uses the internal resolving mechanisms described in Resolving-File-Names.

Clone this wiki locally