| Library |
|---|
Contact: [email protected]
| Date | Author | Description |
|---|---|---|
| 2024-02-09 | numbworks | Created. |
From the documentation:
NW.Shared.Filesis a library that provides a collection of adapters to overcome the limits of System.IO.File and System.IO.FileInfo.
I assume you are on Windows, but the library should compile without issues on Linux as well. Please:
- Install Git for Windows;
- Open
Windows Powershell(orWindows Terminalor 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- Open
NW.Shared.Files.slnwithVisual Studioor other IDE; - Done!
If you are a .NET developer and you want to use the library from within your projects, the binary packages are available on NuGet.