Info
Version: | 2.0.0 |
Author(s): | Tamu Fahnbulleh |
Last Update: | Sunday, November 4, 2018 |
.NET Fiddle: | Create the first Fiddle |
NuGet Url: | https://www.nuget.org/packages/FileOperation |
Install
Install-Package FileOperation
dotnet add package FileOperation
paket add FileOperation
FileOperation Download (Unzip the "nupkg" after downloading)
All operation to read and write to a text file has been handled for you. All you have to do is to provide the path of the file you wish to read or write.
To using this library, include the using TextFile namespace.
Example :
using TextFile;
FileOperation fileOperation = new FileOperation(path here);.