public byte[] getClientFile(String srcNodePath, ODKAgentBase2 ODAobj);
The contents of the specified operating-system file, as a byte array.
The getClientFile() method requests that Business Object Wizard return the contents of the operating-system file that srcNodePath identifies. This srcNodePath path takes the following form:
fileNodePath:fileLocation
where:
Use the getClientFile() method to access an associated file for objects that source nodes represent. If a source node can have a file associated with it, then the ability to interpret the file's source-node path and to read the contents of this file is needed at both of the following points:
For more information, see Reading files for source data.