EDIFACT Integrator - Online Help
EDIFACT Integrator
Questions / Feedback?

FileWriteMode Property

Controls how the output file is opened.

Syntax

int GetFileWriteMode();

int SetFileWriteMode(int iFileWriteMode);

Possible Values

  WM_CREATE(0), 
  WM_OVERWRITE(1), 
  WM_APPEND(2)

Default Value

0

Remarks

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

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

Data Type

Integer

 
 
Copyright (c) 2018 /n software inc. - All rights reserved.
Build 1.0.6635.0