Bari.Core.Test.Helper.TestFileSystemDirectory.CreateTextFile C# (CSharp) Method

CreateTextFile() public method

Creates a new text file with a text writer in this directory
public CreateTextFile ( string name ) : TextWriter
name string Name of the new file
return System.IO.TextWriter
        public TextWriter CreateTextFile(string name)
        {
            throw new NotImplementedException();
        }