The system function LobLib.updateBlobToFile copies the data referenced by a variable of type BLOB into a specified file. If the file exists, the function first erases the content of the file; otherwise, the function creates the file.
LobLib.updateBlobToFile( blobVariable BLOB inOut, fileName STRING in)
Related concepts
Syntax diagram for EGL functions
Related reference
BLOB
EGL library LobLib