I have to pick the files(hundreds)individually and have to edit them. All the files will be in one directory where C++ program has to poll to find for new files and edit them. Files are in same format and same extension.
Any idea how to poll the file system? Your help is appreciated.
Thanks for the reply. Its on Windows OS. I just need to poll for new files, no changes in the files. Is there any way I can achieve this using C++. Can I just copy the files in another directory, and edit one after one?