S
Steve
Is there a way to get a collection of file system objects
in a directory and filter on the file creation date? I
have seen the DirectoryInfo.GetFileSystemInfos, and I know
that it will take in a filter, but it appears that this
filter is only for the name of the file. I want to avoid
having to loop through each file and check the date
manually.
Thanks
in a directory and filter on the file creation date? I
have seen the DirectoryInfo.GetFileSystemInfos, and I know
that it will take in a filter, but it appears that this
filter is only for the name of the file. I want to avoid
having to loop through each file and check the date
manually.
Thanks