Ejemplo n.º 1
0
        /// <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));
        }