GetFiles, sorted by Creation DateTime, filtered by include file mask and exclude file mask, including subfolders in C#
The “GetFiles” function, returns all files in the given folder, including subfolders, that match the “includeMask”. The result is sorted by the file CreationTime. The function excludes all files that match the “excludeMask” To