DirectoryInfo.GetFiles

DirectoryInfo.GetFiles

ב MSDN על DirectoryInfo.GetFiles מופיעה ההערה הבאה: Because this method checks against file names with both the 8.3 file name format and the long file name format, a search pattern similar to "*1*.txt" may return unexpected file names. For example, using a search pattern of "*1*.txt" will return "longfilename.txt" because the equivalent 8.3 file name format would be "longf~1.txt". חשבתי להתגבר על הבעיה הזו ע"י שימוש ב REGEX מול שמות הקבצים המתקבלים. האם יש למישהו רעיון נוסף? האם יש אוביקט דוטנטי אחר שלא קיימת בו הבעיה הנ"ל וניתן להשתמש בו במקום ה DirectoryInfo ? תודה על עזרתכם.
 
למעלה