Click or drag to resize

SolutionCreateDirectory Method

Create folder and logs it

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

Parameters

pText
Type: System.TextStringBuilder
Protocol text
pFolder
Type: SystemString
Path to create
See Also