UnlockStream
Unlocks a portion of the file to allow write access to the stream for other processes.
Public Sub UnlockStream(
ByVal Position As Currency,
ByVal Length As Currency )
Parameters
- Position
-
[ByVal]
Currency.
The starting position in the file to begin unlocking.
- Length
-
[ByVal]
Currency.
The number of bytes to be unlocked.
See Also
Project CorLib Overview
Class FileStream Overview