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: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
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