/// <summary>Read File, Return File Bytes</summary> /// <param name="filePath">Path to file to convert to bytes</param> public static byte[] FileBytes(this string filePath) { _AHK ahk = new _AHK(); return(ahk.FileBytes(filePath)); }