예제 #1
0
        /// <summary>Empties the recycle bin.</summary>
        /// <param name="DriveLetter">If omitted, the recycle bin for all drives is emptied. Otherwise, specify a drive letter such as C:\</param>
        public static bool FileRecycleEmpty(this string DriveLetter)
        {
            _AHK ahk = new _AHK();

            return(ahk.FileRecycleEmpty(DriveLetter));
        }