SubSonic.Extensions.IO
Summary
File IO made easy!
Namespace
- SubSonic.Extensions.GetFileText - Read a text file and obtain it's contents
- SubSonic.Extensions.CreateToFile - Creates or opens a file for writing and writes text to it.
- SubSonic.Extensions.UpdateFileText - Update text within a file by replacing a substring within the file.
- SubSonic.Extensions.WriteToFile - Writes out a string to a file.