нашел подсказку:
но ругается на
The name 'FastDirectoryEnumerator' does not exist in the current context
Может кто поможет ?
C#:
var oldestFile = FastDirectoryEnumerator.EnumerateFiles(@"c:\windows\system32").OrderBy(f => f.CreationTime).First();
project.SendToLog(oldestFile);
The name 'FastDirectoryEnumerator' does not exist in the current context
Может кто поможет ?
Последнее редактирование: