Click or drag to resize

UtilityWriteFile(String, String, String, String) Method

Writes the specified content to a file with default options.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 14.5.1+cea593b982d79fcd8924a2e3fdf7aefc7fb02118
Syntax
void WriteFile(
	string fileName,
	string fileExtension,
	string content,
	string clampingName
)

Parameters

fileName  String
The name of the file (without extension).
fileExtension  String
The file extension (e.g., "txt", "nc", "gcode").
content  String
The text content to write to the file.
clampingName  String
The name of the clamping configuration associated with this file.
See Also