How do I detect a particular file in a folder as soon as they are created in the folder?
first i create a particular file and read a value from that file then i delete that file. next time i create a file in same folder with the same name but the value in that file may be different. so my aim is to read the value in that file as soon as it is created in the folder.
can anyone help me?