Hi I get the followwing direcories by calling GetDirectories()
c:\app\20090331\ c:\app\20090430\ c:\app\20090531\ c:\app\20090630\ c:\app\20090731\ c:\app\20090831\
I want to the directories between 20090531 and 20090731, How can I do it by Linq? Thanks!