Reads the entire contents of the I/O file object’s associated file into the dataBlob parameter. Because this method reads the entire file, it is generally used only when moving files through a system. Maximum file size is determined by operating system limits.
readFile(blob *dataBlob);
Parameter |
Description |
---|---|
dataBlob |
Pointer to the blob object to hold the data read from the file. |
Integer. Returns the number of bytes of data read, if successful, and 0, if failed.
Pointer to object |
Object |
---|---|
|
|
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |