Gocator Development Kit
 All Classes Files Functions Variables Typedefs Friends Modules Pages
kStatus GdkFile_Read ( const kChar fileName,
kArray1 data 
)

Read a file.

DO NOT CALL THIS FUNCTION FROM A GDK TOOL_VProcess CALLBACK DO NOT CALL THIS FUNCTION FROM A GDK TOOL_VStop CALLBACK

Parameters
fileNameFilename. (Name of the file to read from. Name must include "user/" in front of the file name. For example, "user/foo" to access file "foo").
dataReceives a pointer to a kArray1 containing the data.
Returns
Operation status.