|
-
December 18th, 2008, 03:45 AM
#1
A folder's file count. (How do I know how many files has a folder?)
Hi there!
The application I'm writting has to notify (via UDP) whenever a new file has been added to a specified folder.
How do I know that a new file has been added to the folder?
I suppose there's no way but polling...
But, how do I have to poll?
Is there a lighter way than "WIN32_FIND_DATA FindFirstFile + FindNextFile"?
It would be perfect to be able to retrive some kind of "folder attribute" containing a file count, or something like that... But what & how? Does this exist?
Any possibilities?
Thank you very much,
Ricardo Vázquez.
Madrid, Spain.
-
December 18th, 2008, 10:13 AM
#2
Re: A folder's file count. (How do I know how many files has a folder?)
-
December 18th, 2008, 12:29 PM
#3
Re: A folder's file count. (How do I know how many files has a folder?)
8-O
Awesome!!
That is exactly what I needed!
Thank you very much indeed!
Best regards,
Ricardo.
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
|