Hey guys i need to solve this problem and I am completely lost.
- In root application create txt file, for example addresses.txt a in there will be dates in format: Name;Path;number_of_days;
2: In method Index load this .txt, where could be 10 rows with addresses. I need to load every row with string.Split separator will be semicolon(;) This will be load to List object. Then it will go through the foreach and you will go through the individual addresses via File.Getfiles(), where the input parameter is the directory. your files will be loaded, which you pass and if neither of them is younger than number_of_days, you note the error for this entry