FileStream: LockStream |
Locks a portion of a file to prevent write access for other processes.
Public Sub LockStream( ByVal Position As Currency, ByVal Length As Currency )
Onces a section of the file is locked, read access is still allowed to other processes.