/// <summary>Returns the timestamp when the file was created</summary> /// <param name="FilePath"> </param> public static DateTime CreationTime(this string FilePath) { _AHK ahk = new _AHK(); return(ahk.CreationTime(FilePath)); }