Hi everyone...(read carefully)
I am Developing an application in C#.
In which First I create two text files say a.text and b.text.
and then fetch data from them ......
Now every day when I run my code for the first time I want to delete these files and recreate new version . This should happend only first time.
All the next executions shall use today's newly created files. No deleting of files again for the rest of the day..
NOTE - Deletion and creation of files is only once in a day !!!
same task should happen everyday
Any Ideas ??????? or Thoughts??????