CCSWE.nanoFramework.FileStorage 1.1.139

There is a newer version of this package available.
See the version list below for details.
dotnet add package CCSWE.nanoFramework.FileStorage --version 1.1.139
                    
NuGet\Install-Package CCSWE.nanoFramework.FileStorage -Version 1.1.139
                    
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="CCSWE.nanoFramework.FileStorage" Version="1.1.139" />
                    
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageVersion Include="CCSWE.nanoFramework.FileStorage" Version="1.1.139" />
                    
Directory.Packages.props
<PackageReference Include="CCSWE.nanoFramework.FileStorage" />
                    
Project file
For projects that support Central Package Management (CPM), copy this XML node into the solution Directory.Packages.props file to version the package.
paket add CCSWE.nanoFramework.FileStorage --version 1.1.139
                    
#r "nuget: CCSWE.nanoFramework.FileStorage, 1.1.139"
                    
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
#:package CCSWE.nanoFramework.FileStorage@1.1.139
                    
#:package directive can be used in C# file-based apps starting in .NET 10 preview 4. Copy this into a .cs file before any lines of code to reference the package.
#addin nuget:?package=CCSWE.nanoFramework.FileStorage&version=1.1.139
                    
Install as a Cake Addin
#tool nuget:?package=CCSWE.nanoFramework.FileStorage&version=1.1.139
                    
Install as a Cake Tool

Build License NuGet

CCSWE.nanoFramework.FileStorage

An IFileStorage abstraction over the device file system, making storage access testable and swappable across different storage backends.

API

IFileStorage

Method Description
Create(string path) Creates or overwrites a file and returns a FileStream
Delete(string path) Deletes a file
Exists(string path) Returns true if the file exists
GetDirectories(string path) Lists subdirectories under the given path
GetFiles(string path) Lists files in the given directory
OpenRead(string path) Opens an existing file for reading
OpenText(string path) Opens an existing file as a StreamReader
OpenWrite(string path) Opens or creates a file for writing
ReadAllBytes(string path) Reads the entire file as a byte[]
ReadAllText(string path) Reads the entire file as a string
WriteAllBytes(string path, byte[] bytes) Writes a byte[] to a file, replacing any existing content
WriteAllText(string path, string text) Writes a string to a file, replacing any existing content

DI Registration

services.AddFileStorage();
Product Compatible and additional computed target framework versions.
.NETnanoFramework netnano1.0 is compatible. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

NuGet packages

This package is not used by any NuGet packages.

GitHub repositories

This package is not used by any popular GitHub repositories.

Version Downloads Last Updated
1.1.140 39 6/26/2026
1.1.139 48 6/24/2026
1.1.138 44 6/24/2026
1.1.137 51 6/24/2026
1.1.136 101 6/23/2026
1.1.135 97 6/1/2026
1.1.134 101 6/1/2026
1.1.133 99 6/1/2026
1.1.130 103 5/31/2026
1.1.129 118 4/23/2026
1.1.128 115 4/23/2026
1.1.127 126 4/15/2026
1.1.124 116 4/15/2026
1.1.123 112 4/14/2026
1.1.122 111 4/13/2026
1.1.117 110 4/13/2026
1.1.114 117 4/10/2026
1.1.113 110 4/10/2026
1.1.112 117 4/9/2026
1.1.104 108 4/8/2026
Loading failed