Cags
Well-known member
This may be a dumb question but what is the difference between these two methods.
They both seem to have the same return values and they both have the same overloads, so I was just wondering if there was somekind of differnce. Im assuming that there are certain situations where the two methods would return different values, otherwise surely there would only be the need for one of them.
NB. Guess this could have gone in the IO thread, but I wasnt sure whether it was that specific.
Code:
System.IO.Directory.GetFiles()
System.IO.Directory.GetFileSystemEntries()
NB. Guess this could have gone in the IO thread, but I wasnt sure whether it was that specific.