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
)
Private Sub WriteFile (
ByRef pText As StringBuilder,
pFileTemplate As String,
pFile As String,
pProjectName As String
)
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