Appends the provided logString to end of fileName.txt. If the file does not exist it will be created.
Namespace: NetworkCommsDotNet.ToolsAssembly: NetworkCommsDotNet (in NetworkCommsDotNet.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax
Parameters
- fileName
- Type: System String
The filename to use. The extension .txt will be appended automatically
- logString
- Type: System String
The string to append.
See Also