DescriptionChangeFileExt takes the file name passed in FileName and changes the extension of the file name to the extension passed in Extension.  Extension specifies the new extension, including the initial dot character.ChangeFileExt does not rename the actual file, it just creates a new file name string.Note: This function works with multi-byte character sets (MBCS).
-----------------------------------------------------------------------]

解决方案 »

  1.   

    好象是说:可以改变FILENAME中的文件名,也可以..........真的有点拗口
      

  2.   

    描述:函数ChangeFilExt接受了由参数FileName所指定的文件名, 然后把此文件名的扩展名改为由参数Extension所指定的扩展名. 参数Extension指定了新的扩展名, 包括那个圆点.函数ChangeFilExt并不真正地为所指定的文件改名, 它仅仅创建了一个新的文件名字符串.注意: 此函数适用于多字节的字符集(MBCS).
    -----------------------------------------------------------------------]
      

  3.   

    我认真地翻译了, is it clear?