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