Summary
Writes the contents of the `text` to the specified file `path` and releases the
System.Text.StringBuilder for later reuse.
- Assembly
- Weaver
.dll - Namespace
- Weaver
.Editor .Procedural - Containing Type
- TextGenerator
Syntax
public static void SaveAndRelease(StringBuilder text, string path)
Parameters
| Name | Type | Description |
|---|---|---|
| text | StringBuilder | |
| path | string |
Return Value
| Type | Description |
|---|---|
| void |