Readreset
File.readReset(filename)
Parameters
| filename | Path of file to reset read position of. |
Returns
NothingDescription
Resets the read position of the file to 0.
User Defined Function Example
— Add custom EZ-Script functions in C# or JS; intercept unknown calls, parse parameters and return values via AdditionalFunctionEvent.
Try it →
File.readReset(filename)
| filename | Path of file to reset read position of. |
Resets the read position of the file to 0.