脱下愤怒的小裤衩

关注

enumerate all the files in the current directory

脱下愤怒的小裤衩

关注

阅读 63

2022-08-09

CFileFind finder;

BOOL bWorking = finder.FindFile("*.*");

while (bWorking)

{

bWorking = finder.FindNextFile();

cout << (LPCTSTR) finder.GetFileName() << endl;

}

相关推荐

晗韩不普通

How to get all files with certain extension in a folder in java

晗韩不普通 75 0 0

芝婵

enumerate()

芝婵 71 0 0

云卷云舒xj

CMake Error: The current CMakeCache.txt directory is different than the other

云卷云舒xj 64 0 0

萧萧雨潇潇

【Gradle日常问题】Could not resolve all files for configuration ‘:runtimeClasspath‘

萧萧雨潇潇 85 0 0

德州spark

--initialize specified but the data directory has files in it. Aborting.

德州spark 169 0 0

杰森wang

遍历,enumerate

杰森wang 70 0 0

seuleyang

QtCreator的当前工作路径(current work directory)在哪里

seuleyang 53 0 0

把平平凡凡的生活过成诗与远方

python enumerate

把平平凡凡的生活过成诗与远方 46 0 0

静守幸福

enumerate函数

静守幸福 31 0 0

转角一扇门

【Golang】排查 Build constraints exclude all the go files 的几个思路

转角一扇门 85 0 0

精彩评论(0)

0 0 举报