Member of the support class.
frewind(fid)
Sets the file mark at the beginning of the file.
| Name | Description |
| fid | Specifies the identifier for the file in which you want to set the file mark. Use the fopen function to open a file and assign it an identifier. fid is an integer. |
This function is not supported in the LabVIEW Run-Time Engine. Do not use this function in a stand-alone application or shared library.
Make sure the file Test.m exists in the MathScript search path.
fid = fopen('Test.m');