MgErr FGetEOF(fd, sizep);
Returns the size of the specified file.
| Name | Type | Description | 
|---|---|---|
| fd | File | File descriptor associated with the file. | 
| sizep | int32 * | Address at which FGetEOF stores the size of the file in bytes. If an error occurs, *sizep is undefined. This parameter is a pointer. | 
MgErr, which can contain the following errors. If you receive errors from LabVIEW Manager functions, most error names correspond to LabVIEW error codes.
| Value | Corresponding Error Code or Description | 
|---|---|
| noErr | No error. | 
| mgArgErr | 1 | 
| fIOErr | 6 |