ConsoleWindow.WriteToFile(String) Method

Top 

Description

Writes the current contents of the console to a file.

 

Timing Precision Mode

This page describes functionality in nanosecond timing precision mode.

Click here to see the documentation for this object in millisecond timing precision mode.

 

Method Signature

ConsoleWindow.WriteToFile(

String fileName)

 

 

Arguments

fileName


Description:

The name of the file in which to write the contents.

 

 

 

Syntax

myConsoleWindow1.WriteToFile(myString1);

 

 

See also

ConsoleWindow Object

ConsoleWindow.WriteToFile

ConsoleWindow Guide