Defines how other programs can access files while they are opened through Silk Test.
C#
public enum FileShareMode
VB
Public Enum FileShareMode
Name | Description |
---|---|
DenyNone | Other programs can read from and write to the file at the same time as the Open Agent. |
DenyWrite | Other programs can read from but not write to the file at the same time as the Open Agent. |
DenyAll | Other programs cannot access the file at the same time as the Open Agent. |