Dear Friends,
I am developing a small project in which the users have to fill a form from which it will be saved into a database.
Here i wanted to scan a particular folder in the hard-drive contineously so as to know if there is any new file saved in it.
Hence i have written a program(program 1) to do this task and i want to call this program in another c program which collects the data from users and hence while the users are filling the form,the program 1 would contineously scan the hard-drive so as to detect a particular file and if present would flash a message to the user.
I have tried using system command but to no use.
Please help.
Note : I am using Borland Turboc3 3.0 compiler.
Thanks & Regards
Rituraj Raina