force
Enables or disables the ability to overwrite the export file if it already exists. If the force option is enabled, and the export file already exists, the function will overwrite the existing file.
- Default Value
- If the
force
option is not defined, the default value ofOFF
is used.
- Example
-
force=OFF
- Boolean Values Accepted
The following values can be accepted boolean values:
TRUE Values | FALSE Values |
---|---|
1 | 0 |
On | Off |
True | False |