The UserFileIOAccess Class contains the following constructor:
Creates a new UserFileIOAccess object that represents the specified access types.
public UserFileIOAccess(int accessType);
accessType | The requested access type. The value must be READ, WRITE, or READWRITE. |