Differences

This shows you the differences between the selected revisions of the page.

2014-08-04 2014-08-26
american spelling (martin) more efficient selecting of the latest file as seem on http://stackoverflow.com/a/25488688/850848 (martin)
Line 226: Line 226:
            $directoryInfo.Files |             $directoryInfo.Files |
            Where-Object { -Not $_.IsDirectory } |             Where-Object { -Not $_.IsDirectory } |
-            Sort-Object LastWriteTime | +            Sort-Object LastWriteTime -Descending
-            Select-Object -Last 1+            Select-Object -First 1
        # Any file at all?         # Any file at all?

Last modified: by martin