|
VEngineWriteFileAllText Method
|
PUBLIC API -- Write a file under the job directories
Namespace: RCS.Carbon.VariablesAssembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.0.12
Syntax 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