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.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
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