If the user uses Open(‘WRITE’) and the file already exists, the user will be shown an alert asking whether the file can be overwritten. Alternatively the user may specify
OVERWRITE, to force overwriting of a file if it already exists or
APPEND if the user wants to add to the end of a file if it already exists.