2019.2

Table Of Contents
Name Description
page438 alphanumeric, lower case characters and four hyphens (format: 8-
4-4-4-12). Example: 123e4567-e89b-12d3-a456-426655440000.
"createHTTPRequest
()" on page438
Creates a new HTTP Request Object.
createTmpFile()
Creates a file with a unique name in the temporary work folder and
returns a file object.
deleteFile()
Deletes a file.
execute()
Calls an external program and waits for it to end.
newByteArray()
Returns a new byte array.
newCharArray()
Returns a character array.
newDoubleArray()
Returns a double array.
newFloatArray()
Returns a float array.
newIntArray()
Returns an integer array.
newLongArray()
Returns a long array.
newStringArray()
Returns a string array.
openBinaryReader()
Opens a file as a binary file for reading purposes.
openBinaryWriter()
Opens a file as a binary file for writing purposes.
openTextReader()
Opens a file as a text file for reading purposes.
openTextWriter()
Opens a file as a text file for writing purposes.
Page 398