System.IO.FileSystem (4.0.1)
Published 2023-05-05 11:40:42 +10:00 by achi
Installation
dotnet nuget add source --name lers --username your_username --password your_token
dotnet add package --source lers --version 4.0.1 System.IO.FileSystem
About this package
Provides types that allow reading and writing to files and types that provide basic file and directory support.
Commonly Used Types: System.IO.FileStream System.IO.FileInfo System.IO.DirectoryInfo System.IO.FileSystemInfo System.IO.File System.IO.Directory System.IO.SearchOption System.IO.FileOptions
When using NuGet 3.x this package requires at least version 3.4.
Dependencies
ID | Version | Target Framework |
---|---|---|
System.IO.FileSystem.Primitives | 4.0.1 | .NETFramework4.6 |
Microsoft.NETCore.Platforms | 1.0.1 | .NETStandard1.3 |
Microsoft.NETCore.Targets | 1.0.1 | .NETStandard1.3 |
System.IO | 4.1.0 | .NETStandard1.3 |
System.IO.FileSystem.Primitives | 4.0.1 | .NETStandard1.3 |
System.Runtime | 4.1.0 | .NETStandard1.3 |
System.Runtime.Handles | 4.0.1 | .NETStandard1.3 |
System.Text.Encoding | 4.0.11 | .NETStandard1.3 |
System.Threading.Tasks | 4.0.11 | .NETStandard1.3 |