force
Enables or disables the ability to overwrite the output file if it already exists. If the output file already exists, the function will overwrite the old file ONLY if force is set to ON.
- 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 |