[qoute]
If you have a folder called Data in your C drive, in Data folder there are day_01.txt, day_02.txt ,……………………day_30.txt . you need to build a program that called the file according to it previous date, so if the date 2/10/2005 you have to call and open file day_01.txt.
Notice1: the month affect the number of the txt file in the Data folder.
Notice2: each txt file just have one line which contains the date of the creation of that file. e.g
day_01.txt have a one line of 01/10/2005.
Write a program with respect to the above.
I did not answer it :cry:
[/qoute]