OpenWGA 7.7 - TMLScript reference
WGA » WGA.ServerMethod :
resolveSystemFile(filePath)
On object | WGA.Server |
Usage | Resolves an openwga system file on the servers file system |
Description |
This functionality can be used to find a file that is on the servers file system. It will resolve file paths that are either absolute or relative to the OpenWGA config folder. The method is also able to resolve dirlink files and some variables in the file path:
|
Parameters |
filePath (String): The file path to resolve |
Return value | A Java object java.util.File representing the found file or null if none was found |
Allowed in script types |
|