1.6

Table Of Contents
Name Description Available In
the current DataMapper process.
Steps
Functions
Name Description Available In
copyFile()
Copies a file to the target file path,
replacing it if it already exists.
Boundaries, Steps
createTmpFile()
Creates a file with a unique name
in the temporary work folder and
returns a file object.
Boundaries, Steps
deleteFile()
Deletes a file.
Boundaries, Steps
execute()
Calls an external program and
waits for it to end.
Boundaries, Steps
newByteArray()
Returns a new byte array.
Boundaries, Steps
newCharArray()
Returns a character array.
Boundaries, Steps
newDoubleArray()
Returns a double array.
Boundaries, Steps
newFloatArray()
Returns a float array.
Boundaries, Steps
newIntArray()
Returns an integer array.
Boundaries, Steps
newLongArray()
Returns a long array.
Boundaries, Steps
newStringArray()
Returns a string array.
Boundaries, Steps
openBinaryReader
()
Opens a file as a binary file for
reading purposes.
Boundaries, Steps
Page 213