Click or drag to resize

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

Writes the file with advanced parameters.

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

Parameters

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