set_file_open_flags


Description:

public void set_file_open_flags (int flags)

Set the checkout file open flags.

These flags are platform dependent, e.g. on Unix use O_CREAT, O_TRUNC, etc.

Parameters:

this

a CheckoutOptions.

flags

the file open flags.