Click or drag to resize
DataCreateTextFile Method
Creates a new text file for writing.

Namespace: Landis
Assembly: Landis.Core (in Landis.Core.dll) Version: 6.1.5452.26346
Syntax
public static StreamWriter CreateTextFile(
	string path
)

Parameters

path
Type: SystemString
Path of the text file.

Return Value

Type: StreamWriter

[Missing <returns> documentation for "M:Landis.Data.CreateTextFile(System.String)"]

Remarks
If the path contains any directories that does not exists, they are created. If the file already exists, its current contents are overwritten.
See Also