各位大虾:
  我用FtpFindFirstFile,InternetFindNextFile 这两个函数,当找到FTP服务器上的一个文件时,可获得该文件的最后一次修改时间,但创建时间不能获得,由于MSDN上说:
Because the FTP protocol provides no standard means of enumerating, common file data, such as file creation date and time, is not always available or correct. When this happens, FtpFindFirstFile and InternetFindNextFile fill in unavailable data with an estimate. For example, creation and last access dates will often be the same as the file modification date.
但是,虽说可以获得FTP服务器上的文件的最后一次修改时间,但是可获得小时,分钟惟独不能获得秒数。我想获得FTP服务器上的文件的最后一次修改时间的完整时间包括(hh:mm:ss),注意尤其是秒数。该如何操作呢?谢谢