Writes the created file from memory to the file system using the path provided.
| Overload | Description |
|---|---|
| Write(Stream) | Writes the created file from memory to a .NET stream. |
| Write(string) | Writes the created file from memory to the file system using the path provided. |