|
-
December 30th, 2003, 08:23 PM
#1
Scan for a new file in a directory
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
-
December 30th, 2003, 08:29 PM
#2
Hi,
You can check the date has modified of the files.
-
December 30th, 2003, 08:46 PM
#3
Scan a new file
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.
-
December 30th, 2003, 09:29 PM
#4
Hi hungtx ,
Let use FindFirstChangeNotification(...). This API can be used to monitor Changes in a directory or directory tree.
Quang
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|