Start seek operation from beginning of file.
Source position: filutilh.inc line 206
| const fsFromBeginning = 0; | 
fsFromBeginning is used to indicate in the FileSeek call that a seek operation should be started at the start of the file.
| 
 | Set the current file position on a file handle. |