1.6

Table Of Contents
String that specifies the path and file name of the file to be deleted.
Examples
1. You can delete the data file used in the DataMapper:
deleteFile(data.filename);
2. You can delete a file in a local folder
deleteFile("c:\Content\test.txt");
execute()
Function that calls an external program and waits for it to end.
execute(command)
Calls an external program and waits for it to end.
command
String that specifies the path and file name of the program to execute.
Examples
newByteArray()
Function that returns a new byte array.
newByteArray(size)
Returns a new byte array of size elements.
size
Integer that represents the number of elements in the new array.
Examples
newCharArray()
Function that returns a new character array.
Page 237