public static List<FileInfo> GetFileInfos( string path )
Core.GetFileInfos("C:\\Temp\\").ForEach(fileInfo => { ... });
In This Article