 | UtilityWriteFile(String, String, String, String) Method |
Writes the specified content to a file with default options.
Namespace: Woodwork.AutomationAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 10.1.0+426df26b1ad7b7c97e1fbd6e0980a0fe847fc820
Syntaxvoid WriteFile(
string fileName,
string fileExtension,
string content,
string clampingName
)
Sub WriteFile (
fileName As String,
fileExtension As String,
content As String,
clampingName As String
)
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