 | UtilityWriteFile(String, String, String, String, String, String) Method |
Writes the file with advanced parameters.
Namespace: Woodwork.AutomationAssembly: WoodworkAutomation (in WoodworkAutomation.dll) Version: 2.1.25
Syntaxvoid WriteFile(
string fileName,
string fileExtension,
string additionalFolders,
string content,
string encoding,
string clampingName
)
Sub WriteFile (
fileName As String,
fileExtension As String,
additionalFolders As String,
content As String,
encoding As String,
clampingName As String
)
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