#TodayILearned that, on my laptop,
[http://IO.Directory]::EnumerateFiles
….is a lot quicker than
get-childitem
….if that all you want is the filename
#Powershell
#TodayILearned that, on my laptop,
[http://IO.Directory]::EnumerateFiles
….is a lot quicker than
get-childitem
….if that all you want is the filename
#Powershell