SimpleFileHandler

Utility class for reading, writing, appending files, and projecting assembly embedded resources directly to disk.

Methods

static void Write(string FilePath, string Content) / Append(...)

Writes or appends text content to a target file path.

static string Read(string FilePath)

Reads all text content from a file path.

static void ProjectToLocation(Assembly ExecutingAssembly, string FileName, [string FilePath])

Extracts an embedded resource file from the specified assembly and projects it to a target disk location.