Click or drag to resize

UtilityWriteFile(String, String, String, String, String, String) Method

Writes the specified content to a file with advanced options including custom folder paths and text encoding.

Namespace: Woodwork.Automation
Assembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.2.1+e3fd5885edfa7211ba46258e0eed5ac221a54381
Syntax
void WriteFile(
	string fileName,
	string fileExtension,
	string additionalFolders,
	string content,
	string encoding,
	string clampingName
)

Parameters

fileName  String
The name of the file (without extension).
fileExtension  String
The file extension (e.g., "txt", "nc", "gcode").
additionalFolders  String
The additional folder path to prepend to the output location.
content  String
The text content to write to the file.
encoding  String
The text encoding to use (e.g., "UTF-8", "ASCII").
clampingName  String
The name of the clamping configuration associated with this file.
See Also