the windows file-system-info now works on any path, not just directories

db4
Doug Coleman 2008-10-19 17:46:51 -05:00
parent b9e5c98ce7
commit 4221f2c963
1 changed files with 1 additions and 0 deletions

View File

@ -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>