Hi everybody!
I am trying to scan for a new file in a directory by using a WIN32_FIND_DATA object. This file is refreshed periodically. Please tell me more detail about the way to scan this new file .
Thanks
Printable View
Hi everybody!
I am trying to scan for a new file in a directory by using a WIN32_FIND_DATA object. This file is refreshed periodically. Please tell me more detail about the way to scan this new file .
Thanks
Hi,
You can check the date has modified of the files.
I want to build a biilling application. This application can scan a new binary file refreshed once per 5 minutes then convert this file to a text file and finally insert into a database. I feel difficult to scan file. Please help me.
Hi hungtx ,
Let use FindFirstChangeNotification(...). This API can be used to monitor Changes in a directory or directory tree.