CFindFile finder;
		if (finder.FindFile(_T("c:\\*.*")) )
		{
			do
			{
				AtlTrace("%s\n",finder.GetFilePath());
		
			}
			while ( finder.FindNextFile() );

		}

相关文章:

  • 2022-12-23
  • 2021-10-24
  • 2022-12-23
  • 2022-02-04
  • 2022-12-23
  • 2022-12-23
猜你喜欢
  • 2021-08-19
  • 2021-09-14
  • 2021-12-08
  • 2022-12-23
  • 2021-07-21
  • 2022-12-23
相关资源
相似解决方案