Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
基本的にこれを行うプログラムがあります
while(1) FindFirstFile() if file found CreateFile() DeleteFile()
ただし、FindFirstFile がファイルを見つけた場合でも、CreateFile が ERROR_FILE_NOT_FOUND を報告することがあります。DeleteFile は、返されたファイルがディレクトリ一覧に表示されないことを保証しますか?