Skip to content

NW.Shared.Files is a library that provides a collection of adapters to overcome the limits of System.IO.File and System.IO.FileInfo.

License

Notifications You must be signed in to change notification settings

numbworks/NW.Shared.Files

Repository files navigation

NW.Shared.Files

Library
codecoverage_library.svg

Contact: [email protected]

Revision History

Date Author Description
2024-02-09 numbworks Created.

In Short

From the documentation:

NW.Shared.Files is a library that provides a collection of adapters to overcome the limits of System.IO.File and System.IO.FileInfo.

Download the source code

I assume you are on Windows, but the library should compile without issues on Linux as well. Please:

  1. Install Git for Windows;
  2. Open Windows Powershell (or Windows Terminal or similar) and type:
PS C:\> mkdir NW.Shared.Files
PS C:\> cd .\NW.Shared.Files\
PS C:\NW.Shared.Files> git clone https://github.com/numbworks/NW.Shared.Files.git
  1. Open NW.Shared.Files.sln with Visual Studio or other IDE;
  2. Done!

Download the library's binary package

If you are a .NET developer and you want to use the library from within your projects, the binary packages are available on NuGet.

Getting Started

Other Links

About

NW.Shared.Files is a library that provides a collection of adapters to overcome the limits of System.IO.File and System.IO.FileInfo.

Topics

Resources

License

Stars

Watchers

Forks