我想枚举C:\Windows\Fonts\中的所有文件首先我使用FindFirst&FindNext获取所有文件代码:Path:='C:\Windows\Fonts';ifFindFirst(Path+'\*',faNormal,FileRec)=0thenrepeatMemo1.Lines.Add(FileRec.Name);untilFindNext(FileRec)0;FindClose(FileRec);它得到一些类似tahoma.ttf的名称,它在Windows字体文件夹中显示Tahomaregular。但是我怎样才能得到它呢?第二个我为什么不能通过shell枚举C:\Win