EDI Integrator 2016 macOS Edition
EDI Integrator 2016 macOS Edition
Questions / Feedback?

fileWriteMode (property)

Controls how the output file is opened.

- (int)fileWriteMode

- (void)setFileWriteMode:(int)newFileWriteMode

Possible Values

FWM_CREATE(0), FWM_OVERWRITE(1), FWM_APPEND(2)

Default Value

0

Remarks

This property controls how the component will open the output file specified in OutputFile. Possible values are:

fwmCreate (0)Always create a new file. If the file already exists, an error will be raised.
fwmOverwrite (1)If the output file already exists, it will be overwritten.
fwmAppend (2)If the output file already exists, data will be appended to it.

 
 
Copyright (c) 2019 /n software inc. - All rights reserved.
EDI Integrator 2016 macOS Edition - Version 16.0 [Build 7240]