tools.directory-to-file: Fix using

freebsd-work
Doug Coleman 2018-12-30 19:20:39 -06:00
parent 94af9254bd
commit 4db062cc1b
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
! Copyright (C) 2018 Doug Coleman.
! See http://factorcode.org/license.txt for BSD license.
USING: assocs base64 command-line escape-strings fry io.backend
USING: base64 command-line escape-strings fry io.backend
io.directories io.directories.search io.encodings.binary
io.encodings.utf8 io.files io.files.info io.pathnames kernel
math namespaces sequences sequences.extras splitting ;
locals math namespaces sequences sequences.extras splitting ;
IN: tools.directory-to-file
: file-is-binary? ( path -- ? )