DFSLink Developer Documentation

AExternalData.openScriptFile Method (String, Boolean)

Opens a script file with the given name in the specified mode.

public abstract StreamWriter openScriptFile(
   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 | AExternalData.openScriptFile Overload List