Opens a script file in append or overwrite mode. The file handle are kept in swScript. swScript If there is also a file open, the file will be closed and reopened in append mode.
Opens a script file in append or overwrite mode. The file handle are kept in swScript. swScript If there is also a file open, the file will be closed and reopened in append mode.
public override StreamWriter openScriptFile(bool);
Opens a script file with the specfied name in append or overwrite mode. The file handle are kept in swScript. swScript If there is also a file open, the file will be closed and reopened in append mode.
public override StreamWriter openScriptFile(string,bool);
MessageProcessor Class | dfslink Namespace