Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/uwekeim/zetashortpaths

A .NET Standard library with all the goodies from the Zeta Long Paths library to work with files and folders for paths with less than 260 characters.
https://github.com/uwekeim/zetashortpaths

c-sharp file-io files net-standard-2 nuget paths

Last synced: 17 days ago
JSON representation

A .NET Standard library with all the goodies from the Zeta Long Paths library to work with files and folders for paths with less than 260 characters.

Awesome Lists containing this project

README

        

# Zeta Short Paths

A .NET Standard library with all the goodies from ZetaLongPaths to work with files and folders for paths with less than 260 characters.

## Introduction

With the success of my library [Zeta Long Paths](https://github.com/UweKeim/ZetaLongPaths), a.NET library to access files and directories with more than 260 characters length, I came up with several small, nice helper classes and functions.

This library here encapsulates these functions and makes them available in a .NET Standard library to work on the non-long built-in file I/O functions of the .NET Framework (both Full and Core).

## Quick usage

- **[NuGet .NET Standard package](https://www.nuget.org/packages/ZetaShortPaths)**