Click or drag to resize

SolutionCopyFile Method

Copy file from a template file and log it

Namespace:  SIC.IDE
Assembly:  SIC.IDE (in SIC.IDE.dll) Version: 19.1.21.1 (19.1.21.658)
Syntax
private void CopyFile(
	ref StringBuilder pText,
	string pFileTemplate,
	string pFile
)

Parameters

pText
Type: System.TextStringBuilder
Protocol text
pFileTemplate
Type: SystemString
Template file include path
pFile
Type: SystemString
File to write include path
Remarks
Existing files will overwrite
See Also