你是说BIN文件中存着9个文件名吗

解决方案 »

  1.   

    知道文件名的话就BOOL MoveFile(
      LPCTSTR lpExistingFileName, // pointer to the name of the existing file
      LPCTSTR lpNewFileName       // pointer to the new name for the file
    );
      

  2.   

    你的ID和我的很像
    MoveFile
    The MoveFile function renames an existing file or a directory (including all its children). BOOL MoveFile(
      LPCTSTR lpExistingFileName, // pointer to the name of the existing file
      LPCTSTR lpNewFileName       // pointer to the new name for the file
    );