PCLExt.FileStorage icon indicating copy to clipboard operation
PCLExt.FileStorage copied to clipboard

Portable Storage APIs

Results 5 PCLExt.FileStorage issues
Sort by recently updated
recently updated
newest added

Is this library support .Net6 ?

Hi, I tried to replace PCLStorage with PCLExt.FileStorage and found the JSON and Log examples, but I didn't get it working. I want to do something like: ```C# var rootFolder...

uwp

Can be used for CacheRootFolder, see https://docs.microsoft.com/en-us/xamarin/essentials/file-system-helpers. We also might use in some scope the AppDataDirectory

enhancement

Hi there! It seems that NUnit doesn't support UWP tests. Do you mind if I change UWP tests from NUnit to MS test? It will require some conditional variables for...

enhancement
uwp

Are there any plans to implement a method to obtain the still available free space on a device? Something like this [here ](https://forums.xamarin.com/discussion/6207/best-way-to-get-the-available-disk-space)for iOS, but for all platforms together.

enhancement