- 1
var ecwld = (from path in args let dirs = Directory.GetDirectories(path) from dirName in dirs.Select(dir => dir.Replace(path, "").Replace("\\", "")) let files = Directory.GetFiles(path + dirName) from file in files where file.Contains(dirName + ".ecwld") select file).ToList();
pushistayapodmyshka 23.03.2015 05:42 # 0
kegdan 23.03.2015 07:54 # 0
bormand 23.03.2015 08:20 # +4
kegdan 23.03.2015 08:27 # +2
bormand 23.03.2015 10:04 # 0
kegdan 23.03.2015 10:51 # 0
3.14159265 23.03.2015 15:53 # 0
Кстати AssParallel на IO даст много профита.
skydev 23.03.2015 16:30 # +2