A
andyblum
Anyone ever see any code to get a list of files from a directory by
applying another filter instead of name. We can filter by name using
DirectoryInfo.GetFiles, but what about querying by LastAccessedDate and
other file attributes? Is their an easy way to sort an array of
classes such as FileInfo by an attribute inside the class?
applying another filter instead of name. We can filter by name using
DirectoryInfo.GetFiles, but what about querying by LastAccessedDate and
other file attributes? Is their an easy way to sort an array of
classes such as FileInfo by an attribute inside the class?