1 USING: io.files.info io.pathnames io.encodings.utf8 io.files
2 io.directories kernel io.pathnames accessors tools.test
3 sequences io.files.temp ;
4 IN: io.files.info.tests
10 temp-directory [ "hi41" "test41" utf8 set-file-contents ] with-directory
11 temp-directory "test41" append-path utf8 file-contents "hi41" =
15 temp-directory [ "test41" file-info size>> ] with-directory 4 =
18 [ t ] [ "/" file-system-info file-system-info? ] unit-test
19 [ t ] [ file-systems [ file-system-info? ] all? ] unit-test