I\'m writing a C# programlet to crawl a directory and give me a listing of files whose date in the last CSV line is less than the current date. Since this is a programlet, I\'m
You can't have two methods differing just for the return type, since the code can't infer which should be the return type.