DFSLink Developer Documentation

AExternalData.openFile Method 

Open and writes text to a file. The append argument specify the append or overwrite mode, so it is possible to append data to an existing file or overwrite an existing file. The file will be created if they doesn't exist.

protected StreamWriter openFile(
   string name,
   bool append
);

Parameters

name
The name of the file (name.extension).
append
Append data to an existing file or overwrite the file.

Return Value

A StreamWriter object.

See Also

AExternalData Class | dfslink Namespace