https://github.com/pclext/pclext.filestorage
Portable Storage APIs
https://github.com/pclext/pclext.filestorage
bait-and-switch filestorage mono netframework netstandard pclext portable storage-api uwp xamarin
Last synced: 4 months ago
JSON representation
Portable Storage APIs
- Host: GitHub
- URL: https://github.com/pclext/pclext.filestorage
- Owner: PCLExt
- License: mit
- Created: 2016-05-01T12:39:40.000Z (almost 9 years ago)
- Default Branch: devel
- Last Pushed: 2022-01-28T18:15:22.000Z (about 3 years ago)
- Last Synced: 2024-12-24T10:09:54.751Z (4 months ago)
- Topics: bait-and-switch, filestorage, mono, netframework, netstandard, pclext, portable, storage-api, uwp, xamarin
- Language: C#
- Homepage: https://filestorage.aragas.org
- Size: 1.24 MB
- Stars: 34
- Watchers: 7
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
**.NET 4.5 & Mono & .NET Core** | **NuGet** | **Coveralls** | **Codecov**
------------- | ------------- | ------------- | -------------
|[](https://ci.appveyor.com/project/Aragas/pclext-filestorage)
|[](https://www.nuget.org/packages/PCLExt.FileStorage/)
|[](https://coveralls.io/github/PCLExt/PCLExt.FileStorage?branch=master)
|[](https://codecov.io/gh/PCLExt/PCLExt.FileStorage/branch/master)
**.NET 4.5 & Mono & .NET Core** | **NuGet devel** | **Coveralls devel** | **Codecov devel**
|[]()
|[](https://www.nuget.org/packages/PCLExt.FileStorage-devel/)
|[](https://coveralls.io/github/PCLExt/PCLExt.FileStorage?branch=devel)
|[](https://codecov.io/gh/PCLExt/PCLExt.FileStorage/branch/devel)
# PCLExt.FileStorage

PCLExt.FileStorage is a [bait-and-switch](http://ericsink.com/entries/pcl_bait_and_switch.html) library that was designed to implement a storage API in portable(PCL) projects.
It was formely a basic fork of [PCL Storage](https://github.com/dsplaisted/PCLStorage), but later formed it's own set of API's designed to ease use of files and folders in managed code. It has a more "OOP" approach.
PCLExt.FileStorage supports .NET Framework (4.5), .NET Standard (2.0), Xamarin.iOS, Xamarin.Android, Xamarin.Mac and UWP.
This makes it easier to create cross-platform .NET libraries and apps.# Documentation
Examples and API documentation can be found [here](http://pclext.github.io/PCLExt.FileStorage/).