Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 Windows/DOS 批处理文件中,我需要使现有文件的长度为零字节。那是容易的部分。但是,我还需要保留文件的时间戳(即上次修改时间)。有任何想法吗??
utime 函数设置文件名指定的文件的修改时间。
http://msdn.microsoft.com/en-us/library/4wacf567.aspx