system.kanoa.file.getGatewayFilePath(fileName)
Give the name of a file, this function returns the filepath to a temporary folder that can be used for image conversion processes. If the filename already exists in the temporary folder, it will be deleted.
Parameters
fileName String: Name of file
Returns
filePath Integer
Example
print system.kanoa.file.getGatewayFilePath('1234File.jpg)
>>>
c:\kanoaImage\1234File.jpg