Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/uwekeim/zetashortpaths
- Owner: UweKeim
- License: apache-2.0
- Created: 2019-02-07T08:31:21.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-04-28T20:05:35.000Z (9 months ago)
- Last Synced: 2025-01-11T16:34:07.903Z (24 days ago)
- Topics: c-sharp, file-io, files, net-standard-2, nuget, paths
- Language: C#
- Homepage: https://www.nuget.org/packages/ZetaShortPaths
- Size: 177 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)**