the windows file-system-info now works on any path, not just directories
parent
b9e5c98ce7
commit
4221f2c963
|
@ -251,6 +251,7 @@ total-bytes total-free-bytes ;
|
|||
|
||||
M: winnt file-system-info ( path -- file-system-info )
|
||||
normalize-path
|
||||
dup file-info directory? [ parent-directory ] unless
|
||||
"ULARGE_INTEGER" <c-object>
|
||||
"ULARGE_INTEGER" <c-object>
|
||||
"ULARGE_INTEGER" <c-object>
|
||||
|
|
Loading…
Reference in New Issue