Closed wneessen closed 2 years ago
This PR adds support for storing the output of a Msg into a file. Either an automatically generated temp file using Msg.WriteToTempFile or by providing ones own file name using Msg.WriteToFile.
Msg
Msg.WriteToTempFile
Msg.WriteToFile
Closes #18
This PR adds support for storing the output of a
Msg
into a file. Either an automatically generated temp file usingMsg.WriteToTempFile
or by providing ones own file name usingMsg.WriteToFile
.Closes #18