Click or drag to resize

VEngineWriteFileAllText Method

PUBLIC API -- Write a file under the job directories

Namespace: RCS.Carbon.Variables
Assembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.0.12
Syntax
C#
public void WriteFileAllText(
	string relname,
	string content
)

Parameters

relname  String
The job relative path-name of the file to write.
content  String
The name of the variable to generate.
See Also