Click or drag to resize

UtilityWriteFile(String, String, String, String) Method

Writes the file,

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

Parameters

fileName  String
The name of the file.
fileExtension  String
The file extension.
content  String
The content to write down.
clampingName  String
The name of the clamping.
See Also