This repository provides two PowerShell functions for quickly reading from and writing to files. These functions are:
Set-FileContent
Get-FileContent
The functions make use of the .NET System.IO.File class to do thes tasks. This way they are loads quicker than PowerShell's default functions get-content and set-content.