|
VEngineReadFileLines Method
|
Reads the lines in a file/blob in the job directory.
Namespace: RCS.Carbon.VariablesAssembly: RCS.Carbon.Variables (in RCS.Carbon.Variables.dll) Version: 9.0.12
Syntax public IEnumerable<string> ReadFileLines(
string jobRelativeFilename
)
Parameters
- jobRelativeFilename String
- The file/blob name relative to the job directory.
Return Value
IEnumerableStringAn enumerable set of text lines.
See Also