From da31ade6d562471218ae1541fc2cf48b8a459790 Mon Sep 17 00:00:00 2001 From: Brian Becker Date: Sat, 20 Aug 2016 00:11:19 -0400 Subject: [PATCH] Files.List tweak --- Utils/Files.dyalog | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Utils/Files.dyalog b/Utils/Files.dyalog index 1893f28c..2afa5bbc 100644 --- a/Utils/Files.dyalog +++ b/Utils/Files.dyalog @@ -195,7 +195,7 @@ r[;1]←(~r[;3])×1⊃¨⎕VFI¨rslt[;4] ⍝ Size z←↑∊¨↓{w←⍵ ⋄ ((w∊'-:')/w)←' ' ⋄ 1⊃⎕VFI w}¨rslt[;5 6] ⍝ r[;2]←↓z,0 ⍝ 0 msec for MacOS to Timestamp - r[;0]←path{⍺((⍴⍺){⍵↓⍨⍺⍺×⍺≡⍺⍺⍴⍵})⍵}¨rslt[;8] ⍝ Name + r[;0]←path∘{⍺((⍴⍺){⍵↓⍨⍺⍺×⍺≡⍺⍺⍴⍵})⍵}¨rslt[;8] ⍝ Name :Case 'Win' ⍝ See DirX for explanations of results of _FindNextFile etc