Library |
---|
Contact: [email protected]
Date | Author | Description |
---|---|---|
2024-02-09 | numbworks | Created. |
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.
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 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
- Open
NW.Shared.Files.sln
withVisual Studio
or 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.