JJ.Framework.IO 1.5.6877.41333

The ID prefix of this package has been reserved for one of the owners of this package by NuGet.org. Prefix Reserved
dotnet add package JJ.Framework.IO --version 1.5.6877.41333
NuGet\Install-Package JJ.Framework.IO -Version 1.5.6877.41333
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="JJ.Framework.IO" Version="1.5.6877.41333" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add JJ.Framework.IO --version 1.5.6877.41333
#r "nuget: JJ.Framework.IO, 1.5.6877.41333"
#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.
// Install JJ.Framework.IO as a Cake Addin
#addin nuget:?package=JJ.Framework.IO&version=1.5.6877.41333

// Install JJ.Framework.IO as a Cake Tool
#tool nuget:?package=JJ.Framework.IO&version=1.5.6877.41333

JJ.Framework.IO

Contains various file functions, functions for working with streams and working with CSV's.

  • CsvReader: A class for reading out CSV files.
  • StreamHelper: Converts between string, Stream and byte[]. Surprisingly different code is required for converting between those three, and this helper class makes it a bit more consistent.
  • BinaryWriterExtensions: Contains some methods for reading and writing structs to a Stream.
  • GetNumberedFilePath: A method for inserting numbers in file paths in case the file name already exists.
  • ClearFolder / ClearFolderRecursive: Recursively clearing a directory, whereas Directory.Delete(path, bool recursive) would delete the directory itself.
  • ApplicationFolderPath: Gets that path without command line parameters, or executable file name, etc.
  • GetFolderSize / GetFolderSizeRecursive: Methods for counting the total number of bytes in a folder, including a recursive variation.
  • CountFilesRecursive
  • IsFolder / IsFile: Checks if a path is regarded to be a folder or a file, which is not always obvious.
  • FolderIsEmpty method.
  • Easily working with file attributes.
  • Converting between relative path and absolute path.
  • A method for comparing two paths, regardless of them being absolute or relative.
  • PathParser: Neatly splits up a file path into its smaller parts.
  • SafeFileOverwriter: First writes to a temporary file and only when all went well, the original file is overwritten. The security settings and file attributes and file properties are retained as the temp file replaces the original.
Product Compatible and additional computed target framework versions.
.NET Framework net461 is compatible.  net462 was computed.  net463 was computed.  net47 was computed.  net471 was computed.  net472 was computed.  net48 was computed.  net481 was computed. 
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.5.6877.41333 2,005 10/31/2018
1.4.6870.34059 710 10/23/2018
1.4.6862.41384 888 10/15/2018
1.3.6681.33428 1,152 4/17/2018
1.2.6640.39179 944 3/7/2018
1.1.0.31224 926 3/4/2018
1.0.6636.39270 963 3/3/2018