all platforms support the file-info structure

db4
Doug Coleman 2008-10-06 17:28:11 -05:00
parent b168d75a46
commit 9459eaab4b
1 changed files with 1 additions and 1 deletions

View File

@ -153,7 +153,7 @@ PRIVATE>
"." last-split1 nip ;
! File info
TUPLE: file-info type size permissions modified ;
TUPLE: file-info type size permissions created modified accessed ;
HOOK: file-info io-backend ( path -- info )