Click or drag to resize

SolutionWriteFile Method

Write 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 WriteFile(
	ref StringBuilder pText,
	string pFileTemplate,
	string pFile,
	string pProjectName
)

Parameters

pText
Type: System.TextStringBuilder
Protocol text
pFileTemplate
Type: SystemString
Template file include path
pFile
Type: SystemString
File to write include path
pProjectName
Type: SystemString
Project name for paramater replace
Remarks
Replace text section:

$time$ with date (short formated)

$GUID$ with a new GUID

$projectname$ with parameter pProjectName

See Also