touch and StringToSysTime
i've written a touch implementation for windows that follows the Single Unix Specificaton. it's uploaded here with the source code.
Along with the utility, i wrote a function called StringToSysTime that might be helpful when working with times in windows. It allows you to convert a date string in [[CC]YY]MMDDhhmm[.SS] format to a SYSTEMTIME structure. Along with the helper functions it tests for a valid date and time.
Along with the utility, i wrote a function called StringToSysTime that might be helpful when working with times in windows. It allows you to convert a date string in [[CC]YY]MMDDhhmm[.SS] format to a SYSTEMTIME structure. Along with the helper functions it tests for a valid date and time.
Comments