Describes the file-sharing behavior of a file. The file-sharing behavior is an optional parameter for the
FileOpen function,
IniFileOpen function, and
ListWrite function.
4Test defines this enumerated data type as follows:
[-] type FILESHARE is enum
[ ] NULL
[ ] FS_DENY_NONE
[ ] FS_DENY_WRITE
[ ] FS_EXCLUSIVE
Each field is defined as follows:
NULL
Default. Previous file-sharing behavior.
For example, if the file was last opened with a fsShare value of FS_DENY_WRITE, then the next file open will have this value as well.