//返回文件所在的路径
void GetPath(CString& Des,char* src)
{
    CString TmpStr = src;
    int Location = TmpStr.ReverseFind('""');
    Des = TmpStr.Left(Location);
}

相关文章:

  • 2021-11-29
  • 2021-10-02
  • 2021-07-22
  • 2022-01-23
  • 2022-12-23
  • 2022-12-23
  • 2021-06-06
猜你喜欢
  • 2021-07-02
  • 2022-12-23
  • 2022-12-23
  • 2021-06-16
  • 2022-12-23
  • 2022-12-23
  • 2021-11-30
相关资源
相似解决方案