2021.1

Table Of Contents
Name Description
"Functions" on page427 Copies a file to the target file path, replacing it if it already
exists.
"createGUID()" on
page428
Returns a unique 36-character string consisting of 32
alphanumeric, lower case characters and four hyphens (format:
8-4-4-4-12). Example: 123e4567-e89b-12d3-a456-
426655440000.
"createHTTPRequest()"
on page428
Creates a new HTTP Request Object.
"createTmpFile()" on
page430
Creates a file with a unique name in the temporary work folder
and returns a file object.
"deleteFile()" on
page431
Deletes a file.
"execute()" on page432 Calls an external program and waits for it to end.
"newByteArray()" on
page432
Returns a new byte array.
"newCharArray()" on
page432
Returns a character array.
"newDoubleArray()" on
page432
Returns a double array.
"newFloatArray()" on
page433
Returns a float array.
"newIntArray()" on
page433
Returns an integer array.
"newLongArray()" on Returns a long array.
Page 384