SolutionCheckFile Method | |
Check file (include path) exists 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 CheckFile(
ref bool pWrite,
ref StringBuilder pText,
string pFile,
bool pOverwrite
)
Private Sub CheckFile (
ByRef pWrite As Boolean,
ByRef pText As StringBuilder,
pFile As String,
pOverwrite As Boolean
)
Parameters
- pWrite
- Type: SystemBoolean
Puts write flag - pText
- Type: System.TextStringBuilder
Protocol text - pFile
- Type: SystemString
File to check - pOverwrite
- Type: SystemBoolean
Can file overwrite
See Also